diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index bb374a8..3c5e699 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -48,7 +48,7 @@ jobs: # --- Option A: GitHub Pages (recommended) --- - name: Setup Pages id: pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 with: publish_dir: website/out