Skip to content

Commit

Permalink
Trying to find whats wrong (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
KaffinPX committed Sep 3, 2024
1 parent 645aba7 commit 2165f7c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,14 @@ jobs:
7z x wasm.zip
mkdir ./wasm
mv ./kaspa-wasm32-sdk/web/kaspa/* ./wasm
- name: Extract WASM binaries
- name: Check directory for debugging :/
run: |
ls
cd ./wasm
ls
- name: Install Dependencies
run: bun install --production
run: bun install
- name: Build
run: bun run build
- name: Setup Pages
Expand Down

0 comments on commit 2165f7c

Please sign in to comment.