Skip to content

Commit

Permalink
sync test and deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Nov 18, 2024
1 parent ab7ae59 commit c139870
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,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
jupyter-book build docs/
- name: Build the book
run: |
jupyter-book build ./docs/

0 comments on commit c139870

Please sign in to comment.