diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 49132de..1a563b3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,7 @@ jobs: - name: Setup Pages id: pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Build Jekyll site run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"