Browse Source

🐛 Fix unzip docs preview in CI (#2246)

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

5
.github/workflows/preview-docs.yml

@ -36,6 +36,11 @@ jobs:
workflow: build-docs.yml
run_id: ${{ github.event.workflow_run.id }}
name: docs-zip
- name: Unzip docs
run: |
rm -rf ./site
unzip docs.zip
rm -f docs.zip
- name: Deploy to Netlify
id: netlify
uses: nwtgck/[email protected]

Loading…
Cancel
Save