Skip to content

Commit 0160ef2

Browse files
committed
fix: update deployment yaml
1 parent 9cbe7e6 commit 0160ef2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pages-deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,8 @@ jobs:
5151
bundle exec htmlproofer _site --disable-external --check-html --allow_hash_href
5252
5353
- name: Upload site artifact
54-
uses: actions/upload-artifact@v4
54+
uses: actions/upload-pages-artifact@v3
5555
with:
56-
name: site-artifact
5756
path: "_site${{ steps.pages.outputs.base_path }}"
5857

5958
deploy:
@@ -65,4 +64,4 @@ jobs:
6564
steps:
6665
- name: Deploy to GitHub Pages
6766
id: deployment
68-
uses: actions/deploy-pages@v1
67+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)