We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28d50b6 + 057a94d commit ced03a3Copy full SHA for ced03a3
.github/workflows/build-and-deploy-jekyll-site.yml
@@ -39,7 +39,7 @@ jobs:
39
cache-version: 0 # Increment this number if you need to re-download cached gems
40
- name: Setup Pages
41
id: pages
42
- uses: actions/configure-pages@v5
+ uses: actions/configure-pages@v6
43
- name: Build with Jekyll
44
# Outputs to the './_site' directory by default
45
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
0 commit comments