Skip to content

Commit

Permalink
more detailed logging
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Nov 18, 2024
1 parent 1930087 commit 457c158
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,17 @@ jobs:
python scripts/data_normalizer.py
# Build the book
- name: Build the book
- name: Generate link lists
run: |
python scripts/generate_link_lists.py
- name: Export CSV
run: |
python scripts/export_csv.py
- name: Top 3 downloads
run: |
python scripts/highlights-download-statistics.py
- name: Build the book
run: |
jupyter-book build ./docs/
# Push the book's HTML to github-pages
Expand Down

0 comments on commit 457c158

Please sign in to comment.