Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Commit 19683f0

Browse files
authored
Upgrade upload-pages-artifact action to v2
1 parent 98b669b commit 19683f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pages-deploy.yml

Lines changed: 1 addition & 1 deletion
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@v1
58+
uses: actions/upload-pages-artifact@v2
5959
with:
6060
path: "_site${{ steps.pages.outputs.base_path }}"
6161

0 commit comments

Comments
 (0)