Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vbe0201 committed Aug 7, 2023
1 parent 52e9ece commit ecd3b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
shell: sh

- name: Build website
run: devenv shell wasm-pack build --release && yarn --cwd www run build
run: devenv shell wasm-pack build --release && cd www && yarn run build

- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit ecd3b22

Please sign in to comment.