Skip to content

Commit

Permalink
More debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
KaffinPX committed Sep 3, 2024
1 parent d77f3e6 commit 87fc3eb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -41,13 +41,12 @@ jobs:
7z x wasm.zip
mkdir ./wasm
mv ./kaspa-wasm32-sdk/web/kaspa/* ./wasm
- name: Install Dependencies
run: bun install
- name: Check directory for debugging
run: |
cd ./node_modules
ls
cd ./wasm
ls
- name: Install Dependencies
run: bun install
- name: Build
run: bun run build
- name: Setup Pages

0 comments on commit 87fc3eb

Please sign in to comment.