diff --git a/.github/workflows/jekyll-build-deploy.yml b/.github/workflows/jekyll-build-deploy.yml index 099992fba0..163186e1dd 100644 --- a/.github/workflows/jekyll-build-deploy.yml +++ b/.github/workflows/jekyll-build-deploy.yml @@ -53,7 +53,7 @@ jobs: cache-version: 0 # Increment this number if you need to re-download cached gems - name: 📃 setup Pages id: pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: 🔨 Build with Jekyll # Outputs to the './_site' directory by default run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"