From fed68c5d798b6619395a51aea4939e62d4128eda Mon Sep 17 00:00:00 2001 From: Bokuan Li Date: Wed, 11 Mar 2026 00:57:13 -0400 Subject: [PATCH] What about this way? --- .gitea/workflows/compile.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/compile.yaml b/.gitea/workflows/compile.yaml index e842bbf..2913bc5 100644 --- a/.gitea/workflows/compile.yaml +++ b/.gitea/workflows/compile.yaml @@ -8,4 +8,5 @@ jobs: - name: Check out repository code uses: actions/checkout@v4 - name: Compile Website - run: spec compile --all \ No newline at end of file + run: spec compile --all + PATH: /root/.nvm/versions/node/v24.14.0/bin:$PATH \ No newline at end of file