Skip to content

Commit 39225e3

Browse files
authored
Merge pull request #2137 from folio-org/FOLIO-4247-jekyll-workflow-1
DEVOPS-4247 Upgrade actions jekyll workflow
2 parents f64ac23 + 9425eb0 commit 39225e3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/jekyll.yml

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

5454
# Deployment job
5555
deploy:
@@ -61,4 +61,4 @@ jobs:
6161
steps:
6262
- name: Deploy to GitHub Pages
6363
id: deployment
64-
uses: actions/deploy-pages@v4
64+
uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)