Skip to content

Commit 935e4da

Browse files
authored
Update pages-deploy.yml
1 parent 435955a commit 935e4da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pages-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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@v2
58+
uses: actions/upload-pages-artifact@v3 # 升级到 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@v2
71+
uses: actions/deploy-pages@v3 # 升级到 v3

0 commit comments

Comments
 (0)