From 1bda712825092f76fa594960892223507fd134f7 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Sun, 5 May 2024 12:07:05 +0800 Subject: [PATCH] doc fix --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 496207f3..7d80a048 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -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 ###################################################