diff --git a/.github/workflows/site.yaml b/.github/workflows/site.yaml index a1177c2..121e970 100644 --- a/.github/workflows/site.yaml +++ b/.github/workflows/site.yaml @@ -18,6 +18,7 @@ jobs: - uses: mymindstorm/setup-emsdk@v12 with: version: "latest" + - run: ./scripts/vendor.sh - run: make wasm - run: make site - uses: actions/configure-pages@v2