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 997294e commit 5197da0Copy full SHA for 5197da0
.github/workflows/jekyll.yml
@@ -42,7 +42,7 @@ jobs:
42
cache-version: 0 # Increment this number if you need to re-download cached gems
43
- name: Setup Pages
44
id: pages
45
- uses: actions/configure-pages@v5
+ uses: actions/configure-pages@v5.0.0
46
- name: Build with Jekyll
47
# Outputs to the './_site' directory by default
48
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
0 commit comments