Skip to content

Commit eb6d20d

Browse files
Update pages.yml
1 parent 2c2bba2 commit eb6d20d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ jobs:
4646
cache-version: 0 # Increment this number if you need to re-download cached gems
4747
- name: Setup Pages
4848
id: pages
49-
uses: actions/configure-pages@v3
49+
uses: actions/configure-pages@v5
5050
- run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" # defaults output to '/_site'
5151
env:
5252
JEKYLL_ENV: production
5353
- name: Upload artifact
54-
uses: actions/upload-pages-artifact@v1 # This will automatically upload an artifact from the '/_site' directory
54+
uses: actions/upload-pages-artifact@v3 # This will automatically upload an artifact from the '/_site' directory
5555
- name: Deploy to GitHub Pages
5656
id: deployment
5757
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)