Browse Source

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

pull/1047/head
Camila Gutierrez 5 years ago
committed by GitHub
parent
commit
92016da962
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/deploy-docs.yml

2
.github/workflows/deploy-docs.yml

@ -19,7 +19,7 @@ jobs:
- name: Build MkDocs
run: python3.7 -m mkdocs build
- name: Deploy to Netlify
uses: nwtgck/[email protected]
uses: tiangolo/actions-netlify@no-auth-no-error
with:
publish-dir: './site'
production-branch: master

Loading…
Cancel
Save