Skip to content

Commit 9f01cb0

Browse files
committed
Correct pages version update
May 13, 2026 - Fixing the pages version for GitHub workflow.
1 parent 145693b commit 9f01cb0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ jobs:
3939
cache-version: 0 # Increment this number if you need to re-download cached gems
4040
- name: Setup Pages
4141
id: pages
42-
uses: actions/configure-pages@v5
42+
uses: actions/configure-pages@v6
4343
- name: Build with Jekyll
4444
# Outputs to the './_site' directory by default
4545
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
4646
env:
4747
JEKYLL_ENV: production
4848
- name: Upload artifact
4949
# Automatically uploads an artifact from the './_site' directory by default
50-
uses: actions/upload-pages-artifact@v6
50+
uses: actions/upload-pages-artifact@v5
5151

5252
# Deployment job
5353
deploy:

0 commit comments

Comments
 (0)