Skip to content

Commit

Permalink
🚀 Update Netlify deploy action (#1047)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Feb 28, 2020
1 parent 1da8d3f commit 7ccd81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Build MkDocs
run: python3.7 -m mkdocs build
- name: Deploy to Netlify
uses: tiangolo/actions-netlify@no-auth-no-error
uses: nwtgck/actions-netlify@v1.0.3
with:
publish-dir: './site'
production-branch: master
Expand Down

1 comment on commit 7ccd81f

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.