Skip to content

Commit 26f103e

Browse files
committed
update deploy pipeline
1 parent d24238d commit 26f103e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pages-deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
3232
with:
3333
fetch-depth: 0
3434
# submodules: true
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Setup Pages
3939
id: pages
40-
uses: actions/configure-pages@v3
40+
uses: actions/configure-pages@v5
4141

4242
- name: Setup Ruby
4343
uses: ruby/setup-ruby@v1
@@ -55,7 +55,7 @@ jobs:
5555
bundle exec htmlproofer _site --disable-external --check-html --allow_hash_href
5656
5757
- name: Upload site artifact
58-
uses: actions/upload-pages-artifact@v1
58+
uses: actions/upload-pages-artifact@v3
5959
with:
6060
path: "_site${{ steps.pages.outputs.base_path }}"
6161

@@ -68,4 +68,4 @@ jobs:
6868
steps:
6969
- name: Deploy to GitHub Pages
7070
id: deployment
71-
uses: actions/deploy-pages@v1
71+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)