Skip to content

Commit

Permalink
Support Laravel 11+
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcastro committed May 23, 2024
1 parent 1d2f478 commit 15f52df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 15f52df

Please sign in to comment.