Skip to content

Commit cc9b31d

Browse files
committed
Fix deprecated GitHub Actions in pages workflow
- Update upload-artifact from v3 to v4 - Update configure-pages from v2 to v5 - Update upload-pages-artifact from v1 to v3
1 parent c355df5 commit cc9b31d

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
@@ -28,14 +28,14 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@v3
3030
- name: Setup Pages
31-
uses: actions/configure-pages@v2
31+
uses: actions/configure-pages@v5
3232
- name: Build with Jekyll
3333
uses: actions/jekyll-build-pages@v1
3434
with:
3535
source: ./
3636
destination: ./_site
3737
- name: Upload artifact
38-
uses: actions/upload-pages-artifact@v1
38+
uses: actions/upload-pages-artifact@v3
3939

4040
# Deployment job
4141
deploy:

0 commit comments

Comments
 (0)