diff --git a/.gitea/workflows/compile.yaml b/.gitea/workflows/compile.yaml index 59dade1..3113b38 100644 --- a/.gitea/workflows/compile.yaml +++ b/.gitea/workflows/compile.yaml @@ -10,5 +10,6 @@ jobs: uses: actions/checkout@v4 - name: Compile Website run: npx spec compile --all + shell: sh env: PATH: /usr/local/bin/nvm-bin:$PATH