diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 888953b..344daa2 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -49,7 +49,7 @@ jobs: run: uv sync --extra docs --frozen - name: A5) Configure GitHub Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 # ============================================================ # === DEPLOY: Prep and deploy docs ===