Skip to content

Commit

Permalink
actions/upload-pages-artifact@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
kurehajime committed Jan 21, 2024
1 parent d43e56b commit 0963611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: build
run: npm ci && npm run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
# Upload entire repository
path: './docs'
Expand Down

0 comments on commit 0963611

Please sign in to comment.