diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 815d05df..85f552f7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -69,6 +69,10 @@ jobs: pages: write id-token: write steps: + - name: Download site artifact + uses: actions/download-artifact@v3 + with: + name: site - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v2 \ No newline at end of file