Skip to content

Commit 519c9b1

Browse files
authoredMar 25, 2025··
Merge pull request #167 from ianshulx/ianshulx-patch-1
Update jekyll-gh-pages.yml
2 parents 16339ec + 0279e52 commit 519c9b1

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed
 

‎.github/workflows/jekyll-gh-pages.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,19 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
31+
3132
- name: Setup Pages
32-
uses: actions/configure-pages@v3
33+
uses: actions/configure-pages@v4
34+
3335
- name: Build with Jekyll
3436
uses: actions/jekyll-build-pages@v1
3537
with:
3638
source: ./
3739
destination: ./_site
40+
3841
- name: Upload artifact
39-
uses: actions/upload-pages-artifact@v2
42+
uses: actions/upload-pages-artifact@v4
4043

4144
# Deployment job
4245
deploy:
@@ -48,4 +51,4 @@ jobs:
4851
steps:
4952
- name: Deploy to GitHub Pages
5053
id: deployment
51-
uses: actions/deploy-pages@v2
54+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)
Please sign in to comment.