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