diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e5a4425..ff8c23a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -40,6 +40,8 @@ jobs: steps: - name: Configure Pages uses: actions/configure-pages@v4 + - name: Upload Artifact + uses: actions/upload-artifact@v4 - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action