Skip to content

Commit

Permalink
fix docs edit branch link and trigger website deployment on workflow …
Browse files Browse the repository at this point in the history
…changes as well (#6030)
  • Loading branch information
rluvaton committed Mar 10, 2024
1 parent 5e835b9 commit 15ea1dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docs-deploy.yml
Expand Up @@ -6,6 +6,7 @@ on:
- 'master'
paths:
- docs/**
- .github/workflows/**

concurrency:
group: ${{ github.workflow }}
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Expand Up @@ -12,7 +12,7 @@ export default defineConfig({
repo: 'knex/knex',
docsRepo: 'knex/knex',
docsDir: 'docs/src',
docsBranch: 'main',
docsBranch: 'master',
editLinks: true,
editLinkText: 'Edit this page on GitHub',
lastUpdated: 'Last Updated',
Expand Down

0 comments on commit 15ea1dd

Please sign in to comment.