diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 3aeb4e4ad..343147ab1 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -233,7 +233,7 @@ jobs: steps: - name: Setup Pages id: setup-pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 continue-on-error: true - name: Deploy to GitHub Pages uses: actions/deploy-pages@v4