Skip to content

Commit

Permalink
Updated gh actions and dependencies for troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
Songtech-0912 committed Jan 6, 2025
1 parent a3ae60a commit c9a97d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
jupyter-book build book --builder pdflatex
mv ./book/_build/latex/elara-handbook.pdf ./book/elara-handbook.pdf
- name: Show debug logs
run: |
cat ./book/_build/latex/elara-handbook.log # debug
- name: Upload book PDF to Github releases
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ jupyter-book
matplotlib
numpy
jupytext
scipy

0 comments on commit c9a97d5

Please sign in to comment.