mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-06 02:26:46 +00:00
👷 Update docs previews, remove commit comments (#1826)
as previews use the latest commit from master
This commit is contained in:
parent
a63b1efc29
commit
76c2077f47
2 changed files with 2 additions and 0 deletions
1
.github/workflows/build-docs.yml
vendored
1
.github/workflows/build-docs.yml
vendored
|
|
@ -36,6 +36,7 @@ jobs:
|
|||
publish-dir: './site'
|
||||
production-branch: master
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
enable-commit-comment: false
|
||||
env:
|
||||
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
|
||||
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
|
||||
|
|
|
|||
1
.github/workflows/preview-docs.yml
vendored
1
.github/workflows/preview-docs.yml
vendored
|
|
@ -31,6 +31,7 @@ jobs:
|
|||
publish-dir: './site'
|
||||
production-deploy: false
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
enable-commit-comment: false
|
||||
env:
|
||||
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
|
||||
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue