Skip to content

Commit

Permalink
Debug build actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf authored Jul 22, 2024
1 parent 23d8c62 commit 9f1e14a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,16 @@ jobs:
eval $(pdm venv activate)
cd web_build/
./batch_proc.py --model_name=${{matrix.model_name}}
pwd
ls
cd ..
pwd
ls
- name: Upload output
uses: actions/upload-artifact@v4
with:
name: geomodels-${{matrix.model_name}}
path: geomodels/
path: web_build/geomodels/
if-no-files-found: error


0 comments on commit 9f1e14a

Please sign in to comment.