Skip to content

Commit 5592109

Browse files
committed
Updated to correct version
1 parent 83866e9 commit 5592109

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jekyll.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
cache-version: 0 # Increment this number if you need to re-download cached gems
3737
- name: Setup Pages
3838
id: pages
39-
uses: actions/configure-pages@v6 # Updated to the latest version
39+
uses: actions/configure-pages@v5 # Updated to the latest version
4040
- name: Build with Jekyll
4141
# Outputs to the './_site' directory by default
4242
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
@@ -56,4 +56,4 @@ jobs:
5656
steps:
5757
- name: Deploy to GitHub Pages
5858
id: deployment
59-
uses: actions/deploy-pages@v5 # Updated to the latest version
59+
uses: actions/deploy-pages@v4.0.5 # Updated to the latest version

0 commit comments

Comments
 (0)