Skip to content

Commit e21afb1

Browse files
committed
Updated hugo.yml
1 parent 95c30bb commit e21afb1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/hugo.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ jobs:
5353
run: cmake --build build/release
5454

5555
- name: List WASM Directory
56-
run: ls -l web/static/wasm
56+
run: |
57+
ls -l web
58+
ls -l web/static
59+
ls -l web/static/wasm
5760
5861
build_hugo:
5962
needs: build_wasm

0 commit comments

Comments
 (0)