]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:green_heart: Do not deploy preview to Netlify on external PRs while GitHub actions...
authorCamila Gutierrez <mariacamilagl@users.noreply.github.com>
Thu, 27 Feb 2020 19:59:26 +0000 (20:59 +0100)
committerGitHub <noreply@github.com>
Thu, 27 Feb 2020 19:59:26 +0000 (20:59 +0100)
.github/workflows/deploy-docs.yml

index 18b47476335c8fdd51ba5ea1474da528e6faffdd..ada9642a892946024325d97e76524f4d695b3270 100644 (file)
@@ -19,7 +19,7 @@ jobs:
       - name: Build MkDocs
         run: python3.7 -m mkdocs build
       - name: Deploy to Netlify
-        uses: nwtgck/actions-netlify@v1.0
+        uses: tiangolo/actions-netlify@no-auth-no-error
         with:
           publish-dir: './site'
           production-branch: master