diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index bb374a8..21dac8e 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -53,7 +53,7 @@ jobs: publish_dir: website/out - name: Deploy to GitHub Pages - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 # --- Option B: gh-pages branch (fallback) --- # Uncomment if you prefer the gh-pages branch approach: