🚀 Update Netlify deploy action (#1047)

This commit is contained in:
Sebastián Ramírez 2020-02-28 17:27:43 +01:00 committed by GitHub
parent 1da8d3f1e6
commit 7ccd81f706
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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