Attempted to copy outputs of the compile.
Some checks failed
Compile Project / Compile (push) Failing after 4s

This commit is contained in:
Bokuan Li
2026-03-11 01:16:16 -04:00
parent ab15694bdf
commit f4d1c276a9

View File

@@ -9,7 +9,7 @@ jobs:
uses: actions/checkout@v4
- name: Add to PATH
run: echo "/root/.nvm/versions/node/v24.14.0/bin" >> $GITHUB_PATH
- name: Debug
run: echo $GITHUB_WORKSPACE
- name: Compile Website
run: spec compile --all
run: spec compile --all
- name: Copy output
run: cp -r . /srv/builds/${{ github.event.repository.name }}