diff options
author | Li Jin <dragon-fly@qq.com> | 2023-11-28 12:05:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-28 12:05:00 +0800 |
commit | 35588735623d8944955cc7b30ad9168fd00ff20c (patch) | |
tree | a7d20f62e1028fde67a9f4b1cdd82be3ce1e9288 | |
parent | e89744c1a39bb3318b68e93265a68fd807e56a48 (diff) | |
download | yuescript-35588735623d8944955cc7b30ad9168fd00ff20c.tar.gz yuescript-35588735623d8944955cc7b30ad9168fd00ff20c.tar.bz2 yuescript-35588735623d8944955cc7b30ad9168fd00ff20c.zip |
Update static.yml
-rw-r--r-- | .github/workflows/static.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 8cc1489..ae9e4e3 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml | |||
@@ -32,6 +32,8 @@ 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 | ||
36 | brew upgrade | ||
35 | brew install emscripten | 37 | brew install emscripten |
36 | make wasm | 38 | make wasm |
37 | cd doc | 39 | cd doc |