Skip to content

Commit

Permalink
Fix deploying on Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tyfkda committed Jan 11, 2024
1 parent bb55199 commit f0bfc10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
working-directory: ./galangua-wasm/www

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
path: ./galangua-wasm/www/dist

Expand All @@ -47,4 +47,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@main
uses: actions/deploy-pages@v2

0 comments on commit f0bfc10

Please sign in to comment.