We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 903d8e2 commit b5345f2Copy full SHA for b5345f2
.github/workflows/deploy.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@v3
+ uses: actions/configure-pages@v5
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