diff --git a/.github/workflows/wasm.yaml b/.github/workflows/wasm.yaml index 6c8f585b..146e3b5d 100644 --- a/.github/workflows/wasm.yaml +++ b/.github/workflows/wasm.yaml @@ -19,11 +19,5 @@ jobs: - name: Debug run: | - echo "_site" - ls -la _site || true - echo "pwd" - ls -la || true - - - # Use `library.data` and `library.js.metadata` files or repository files - # in `./_site` directory to create a GitHub Pages site. + apt-get update && apt-get install -yq tree + tree .