Skip to content

Commit

Permalink
Patience is a virtue
Browse files Browse the repository at this point in the history
  • Loading branch information
vbe0201 committed Aug 7, 2023
1 parent ecd3b22 commit efd32b3
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 && cd www && yarn run build
run: devenv shell wasm-pack build --release && cd www && yarn install --frozen-lockfile && yarn run build

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

0 comments on commit efd32b3

Please sign in to comment.