From f5a579bb158a199fd162c4df14d22be21fbdf0bf Mon Sep 17 00:00:00 2001 From: Bokuan Li Date: Wed, 11 Mar 2026 00:57:49 -0400 Subject: [PATCH] Fine. --- .gitea/workflows/compile.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/compile.yaml b/.gitea/workflows/compile.yaml index 2913bc5..13d419a 100644 --- a/.gitea/workflows/compile.yaml +++ b/.gitea/workflows/compile.yaml @@ -7,6 +7,7 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v4 + - name: Add to PATH + run: echo "/root/.nvm/versions/node/v24.14.0/bin" >> $GITHUB_PATH - name: Compile Website - run: spec compile --all - PATH: /root/.nvm/versions/node/v24.14.0/bin:$PATH \ No newline at end of file + run: spec compile --all \ No newline at end of file