From 3a064203f09835b5d0d3045c095c0617c6392a89 Mon Sep 17 00:00:00 2001 From: Serge Koudoro Date: Thu, 21 Sep 2023 01:03:44 -0400 Subject: [PATCH] unzip path --- .github/workflows/preview-html.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview-html.yml b/.github/workflows/preview-html.yml index 7eb0f615..5a77e29f 100644 --- a/.github/workflows/preview-html.yml +++ b/.github/workflows/preview-html.yml @@ -70,8 +70,9 @@ jobs: workflow: publish.yml run_id: ${{ github.event.workflow_run.id }} name: DocumentationHTML - - name: Unzip artifact - run: unzip DocumentationHTML.zip + path: ./DocumentationHTML + # - name: Unzip artifact + # run: unzip DocumentationHTML.zip - name: Deploy to PR preview uses: peaceiris/actions-gh-pages@v3 with: