Skip to content

Commit

Permalink
change build file name
Browse files Browse the repository at this point in the history
  • Loading branch information
baloola committed Nov 17, 2024
1 parent 47dc5b6 commit ef4b277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Copy out static from the container
run: |
docker cp naucse:/root/.local/share/virtualenvs/-x-v5uFv0/src/naucse/naucse/_build naucse_build
docker cp naucse:/root/.local/share/virtualenvs/opt-zvmYt2-H/src/naucse/naucse/_build naucse_build
if [ -z "$(ls -A naucse_build)" ]; then
echo 'Build folder empty, probably a failure in build due to syntax error. Check logs of the run. Aborting.'
exit 1
Expand Down

0 comments on commit ef4b277

Please sign in to comment.