We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83866e9 commit 5592109Copy full SHA for 5592109
.github/workflows/jekyll.yml
@@ -36,7 +36,7 @@ jobs:
36
cache-version: 0 # Increment this number if you need to re-download cached gems
37
- name: Setup Pages
38
id: pages
39
- uses: actions/configure-pages@v6 # Updated to the latest version
+ uses: actions/configure-pages@v5 # Updated to the latest version
40
- name: Build with Jekyll
41
# Outputs to the './_site' directory by default
42
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
@@ -56,4 +56,4 @@ jobs:
56
steps:
57
- name: Deploy to GitHub Pages
58
id: deployment
59
- uses: actions/deploy-pages@v5 # Updated to the latest version
+ uses: actions/deploy-pages@v4.0.5 # Updated to the latest version
0 commit comments