Will this work without the path?
Some checks failed
Compile Project / Compile (push) Failing after 3s
Some checks failed
Compile Project / Compile (push) Failing after 3s
This commit is contained in:
@@ -7,7 +7,5 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Add to PATH
|
|
||||||
run: echo "/root/.nvm/versions/node/v24.14.0/bin" >> $GITHUB_PATH
|
|
||||||
- name: Compile Website
|
- name: Compile Website
|
||||||
run: spec compile --all
|
run: spec compile --all
|
||||||
Reference in New Issue
Block a user