mirror of
https://github.com/knex/knex.git
synced 2025-12-27 15:08:47 +00:00
fix docs edit branch link and trigger website deployment on workflow changes as well (#6030)
This commit is contained in:
parent
5e835b9851
commit
15ea1dda54
1
.github/workflows/docs-deploy.yml
vendored
1
.github/workflows/docs-deploy.yml
vendored
@ -6,6 +6,7 @@ on:
|
||||
- 'master'
|
||||
paths:
|
||||
- docs/**
|
||||
- .github/workflows/**
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
|
||||
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user