From: Sebastián Ramírez Date: Sun, 25 Oct 2020 18:12:00 +0000 (+0100) Subject: 🐛 Fix unzip docs preview in CI (#2246) X-Git-Tag: 0.61.2~62 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b46b3f00bfdc750f875e5a3e5fcbe4b2bb40105e;p=thirdparty%2Ffastapi%2Ffastapi.git 🐛 Fix unzip docs preview in CI (#2246) --- diff --git a/.github/workflows/preview-docs.yml b/.github/workflows/preview-docs.yml index f5c20c9668..06992ccba7 100644 --- a/.github/workflows/preview-docs.yml +++ b/.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/actions-netlify@v1.1.5