From: Sebastián Ramírez Date: Mon, 3 Aug 2020 06:09:58 +0000 (+0200) Subject: 👷 Update docs previews, remove commit comments (#1826) X-Git-Tag: 0.60.2~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=76c2077f4744e04e589cbaccb1d4073c34ec1a5d;p=thirdparty%2Ffastapi%2Ffastapi.git 👷 Update docs previews, remove commit comments (#1826) as previews use the latest commit from master --- diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index beda6bbd7b..ad0ff73a06 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-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 }} diff --git a/.github/workflows/preview-docs.yml b/.github/workflows/preview-docs.yml index b2f2db9a3d..3d48a2f75c 100644 --- a/.github/workflows/preview-docs.yml +++ b/.github/workflows/preview-docs.yml @@ -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 }}