diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index d611550..398638b 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -31,7 +31,7 @@ jobs: cache-dependency-path: site/package-lock.json - name: Configure GitHub Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Install site dependencies working-directory: site