Skip to content

Commit

Permalink
more visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Jan 16, 2024
1 parent 17d0bc2 commit 322cf64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
distribution: 'temurin'
java-version: '17'

- name: list contents
run: |
ls -l
- name: build examples
run: |
bash build_examples.sh
Expand Down
1 change: 1 addition & 0 deletions build_examples.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -x

# run the tools/make_model_formats.py script on the models directory
python tools/make_model_formats.py models
Expand Down

0 comments on commit 322cf64

Please sign in to comment.