diff --git a/.github/workflows/deploy-site.yml b/.github/workflows/deploy-site.yml index 51e65f19..861e406c 100644 --- a/.github/workflows/deploy-site.yml +++ b/.github/workflows/deploy-site.yml @@ -43,7 +43,7 @@ jobs: # Pin the Pages source to GitHub Actions (build_type=workflow); enables # Pages if needed. Without this, deploy-pages fails when the repo is # still set to "Deploy from a branch". - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 with: enablement: true