Browse Source
👷 Update docs previews, remove commit comments (#1826)
as previews use the latest commit from master
pull/1659/head
Sebastián Ramírez
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
0 deletions
-
.github/workflows/build-docs.yml
-
.github/workflows/preview-docs.yml
|
|
@ -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 }} |
|
|
|
|
|
@ -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 }} |
|
|
|