Skip to content

Commit 7ccd81f

Browse files
authored
🚀 Update Netlify deploy action (fastapi#1047)
1 parent 1da8d3f commit 7ccd81f

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: tiangolo/actions-netlify@no-auth-no-error
22+
uses: nwtgck/actions-netlify@v1.0.3
2323
with:
2424
publish-dir: './site'
2525
production-branch: master

0 commit comments

Comments
 (0)