Skip to content

Commit

Permalink
Added step to deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
cowuake committed Nov 1, 2023
1 parent 10f8087 commit da5d86b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ jobs:
name: wasm-pkg
path: ./dist/pkg

- name: Remove vicious .gitignore
run: rm ./dist/pkg/.gitignore

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit da5d86b

Please sign in to comment.