diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a38b7b7310..7bd6edf4fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,6 +80,7 @@ jobs: uses: actions/download-artifact@v4 with: name: build + path: build - name: Extract the build run: tar xvf build/docs.tar.gz - name: Deploy to GitHub Pages