💚 Do not deploy preview to Netlify on external PRs while GitHub actions are solved (#1046)

This commit is contained in:
Camila Gutierrez
2020-02-27 20:59:26 +01:00
committed by GitHub
parent 9c3c9b6e78
commit 92016da962

View 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