Attempted to copy outputs of the compile.
Some checks failed
Compile Project / Compile (push) Failing after 4s
Some checks failed
Compile Project / Compile (push) Failing after 4s
This commit is contained in:
@@ -9,7 +9,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Add to PATH
|
- name: Add to PATH
|
||||||
run: echo "/root/.nvm/versions/node/v24.14.0/bin" >> $GITHUB_PATH
|
run: echo "/root/.nvm/versions/node/v24.14.0/bin" >> $GITHUB_PATH
|
||||||
- name: Debug
|
|
||||||
run: echo $GITHUB_WORKSPACE
|
|
||||||
- name: Compile Website
|
- name: Compile Website
|
||||||
run: spec compile --all
|
run: spec compile --all
|
||||||
|
- name: Copy output
|
||||||
|
run: cp -r . /srv/builds/${{ github.event.repository.name }}
|
||||||
|
|||||||
Reference in New Issue
Block a user