Skip to content

Commit 9aad4dd

Browse files
authored
Update pages-deploy.yml
1 parent d7b8a8d commit 9aad4dd

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
@@ -57,7 +57,7 @@ jobs:
5757
bundle exec htmlproofer _site --disable-external --check-html --allow_hash_href
5858
5959
- name: Upload site artifact
60-
uses: actions/upload-pages-artifact@v4
60+
uses: actions/upload-pages-artifact@v2
6161
with:
6262
path: "_site${{ steps.pages.outputs.base_path }}"
6363

@@ -71,4 +71,4 @@ jobs:
7171
steps:
7272
- name: Deploy to GitHub Pages
7373
id: deployment
74-
uses: actions/deploy-pages@v4
74+
uses: actions/deploy-pages@v2

0 commit comments

Comments
 (0)