diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 082c615..203d4a7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,6 +45,12 @@ jobs: git fetch --prune --unshallow git worktree remove gh-pages --force || true + - name: Upload build artifact + uses: actions/upload-artifact@v4 + with: + name: github-pages + path: build # The folder containing your build output + # Step 5: Deploy to GitHub Pages - name: Deploy to GitHub Pages uses: actions/deploy-pages@v4