Skip to content

Commit

Permalink
CI: fix deployment workflow for GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
emarsden committed Feb 14, 2024
1 parent f680ef0 commit 2aa7e77
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 @@ -38,7 +38,7 @@ jobs:
rm -rf dist/
wasm-pack build --release --target web
mkdir dist
cp -r html dist
cp -r html/* dist
# The generated WebAssembly
cp -r pkg dist
find dist -type d -print0 | xargs -0 chmod 755
Expand Down

0 comments on commit 2aa7e77

Please sign in to comment.