This commit is contained in:
blueloveTH 2024-05-05 12:07:05 +08:00
parent 63db196bf9
commit 1bda712825

View File

@ -18,6 +18,7 @@ jobs:
- uses: actions/setup-node@v3.1.1
- name: Retype build
run: |
python scripts/build_references.py
cd docs
npm install retypeapp --global
retype build
@ -29,7 +30,6 @@ jobs:
actions-cache-folder: 'emsdk-cache'
- name: Compile
run: |
python scripts/build_references.py
bash build_web.sh
mv web docs/.retype/static
###################################################