Skip to content

Commit 92016da

Browse files
💚 Do not deploy preview to Netlify on external PRs while GitHub actions are solved (fastapi#1046)
1 parent 9c3c9b6 commit 92016da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Build MkDocs
2020
run: python3.7 -m mkdocs build
2121
- name: Deploy to Netlify
22-
uses: nwtgck/actions-netlify@v1.0
22+
uses: tiangolo/actions-netlify@no-auth-no-error
2323
with:
2424
publish-dir: './site'
2525
production-branch: master

0 commit comments

Comments
 (0)