diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index e96ab4263..19b5252ea 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -6,6 +6,7 @@ on: - 'master' paths: - docs/** + - .github/workflows/** concurrency: group: ${{ github.workflow }} diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 7c40d5336..4d2adeea1 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -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',