Skip to content

Commit

Permalink
Update upload-pages-artifact github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
azriel91 committed Sep 1, 2024
1 parent f6e6de2 commit 3a90c45
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 @@ -78,7 +78,7 @@ jobs:
run: ../trunk build --release --public-url "/${GITHUB_REPOSITORY#*/}"

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
# Upload playground/dist directory
path: 'playground/dist'
Expand Down

0 comments on commit 3a90c45

Please sign in to comment.