fix docs edit branch link and trigger website deployment on workflow changes as well (#6030)

This commit is contained in:
Raz Luvaton 2024-03-10 20:36:16 +02:00 committed by GitHub
parent 5e835b9851
commit 15ea1dda54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ on:
- 'master'
paths:
- docs/**
- .github/workflows/**
concurrency:
group: ${{ github.workflow }}

View File

@ -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',