From a05b388a128d940c775c904d97ae92d2a6abbdec Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Sat, 20 Apr 2024 17:09:49 -0700 Subject: [PATCH] site: wasm first --- .github/workflows/site.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/site.yaml b/.github/workflows/site.yaml index f7bc88e..a1177c2 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: make wasm - run: make site - uses: actions/configure-pages@v2 - uses: actions/upload-pages-artifact@v1