aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/static.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml
index ae9e4e3..d20c711 100644
--- a/.github/workflows/static.yml
+++ b/.github/workflows/static.yml
@@ -32,8 +32,7 @@ jobs:
32 uses: actions/configure-pages@v3 32 uses: actions/configure-pages@v3
33 - name: Prepare Site 33 - name: Prepare Site
34 run: | 34 run: |
35 brew update 35 brew upgrade -f python
36 brew upgrade
37 brew install emscripten 36 brew install emscripten
38 make wasm 37 make wasm
39 cd doc 38 cd doc