]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
👷 Update docs previews, remove commit comments (#1826)
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 3 Aug 2020 06:09:58 +0000 (08:09 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Aug 2020 06:09:58 +0000 (08:09 +0200)
as previews use the latest commit from master

.github/workflows/build-docs.yml
.github/workflows/preview-docs.yml

index beda6bbd7b701d8f70c1716dbd5d59a03ec50ddb..ad0ff73a066a4fa556e561c6727a8707d2f4c6f1 100644 (file)
@@ -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 }}
index b2f2db9a3d0026e1804128cbd3f5be0006cfe62b..3d48a2f75cee648ac07758636a99e8d34a30ab61 100644 (file)
@@ -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 }}