We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd86828 + 5687764 commit a38cbabCopy full SHA for a38cbab
.github/workflows/deploy.yml
@@ -33,7 +33,7 @@ jobs:
33
cache-version: 0 # Increment this number if you need to re-download cached gems
34
- name: Setup Pages
35
id: pages
36
- uses: actions/configure-pages@v5
+ uses: actions/configure-pages@v6
37
- name: Build with Jekyll
38
# Outputs to the './_site' directory by default
39
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
0 commit comments