diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2718a1d..874dbe1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -119,7 +119,10 @@ jobs: path: artifacts - uses: montudor/action-zip@v1 with: - args: unzip -qq ${{ env.ARTIFACT }} -d serve + args: unzip -qq docs.zip -d docs + - uses: montudor/action-zip@v1 + with: + args: unzip -qq docs/${{ env.ARTIFACT }} -d serve - name: Setup Pages uses: actions/configure-pages@v3 - name: Upload artifact