From 15f52dfcd7ac2ba5b0eb1e1fc6f0e193c0bedc0f Mon Sep 17 00:00:00 2001 From: rmcastro Date: Wed, 22 May 2024 20:36:41 -0500 Subject: [PATCH] Support Laravel 11+ --- .github/workflows/deploy.yml | 2 +- docs/.vitepress/config.mts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 579ea46..3d9496d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ name: Deploy VitePress site to Pages on: push: - branches: [ main ] + branches: [ master ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 4a96d73..e5e9a66 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -9,7 +9,7 @@ export default defineConfig({ themeConfig: { footer: { message: 'Released under the MIT License.', - copyright: 'Copyright © 2021-2023 Raul Mauricio Uñate' + copyright: 'Copyright © 2021-2024 Raul Mauricio Uñate' }, editLink: { pattern: 'https://github.com/rmunate/SQLServerLite/tree/main/docs/:path'