Browse Source

⬆ Upgrade Deploy to Netlify action

pull/1745/head
Sebastián Ramírez 5 years ago
committed by GitHub
parent
commit
14e7f7c1f4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/preview-docs.yml

2
.github/workflows/preview-docs.yml

@ -23,7 +23,7 @@ jobs:
run: bash ./scripts/unzip-docs.sh
- name: Deploy to Netlify
id: netlify
uses: nwtgck/actions-netlify@v1.0.3
uses: nwtgck/actions-netlify@v1.1.5
with:
publish-dir: './site'
production-deploy: false

Loading…
Cancel
Save