diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 573c05a..d3188c2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -120,7 +120,7 @@ jobs: cat docs/index.md - name: Configure GitHub Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Build site with Jekyll uses: actions/jekyll-build-pages@v1