Skip to content

Commit

Permalink
add latex path to Path doc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenaH84 committed Apr 11, 2024
1 parent 0c0c03f commit 2f21d36
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,15 @@ jobs:
with:
packages: scheme-basic # Or choose the appropriate package scheme
cache: false

- name: Check LaTeX permissions
run: |
ls -l $(which latex)
ls -ld $(dirname $(which latex))
- name: Check tlmgr version
run: tlmgr --version
- name: Add LaTeX and dvipng directories to PATH
run: |
echo "PATH=$PATH:/usr/bin" >> $GITHUB_ENV
- name: Build HTML
uses: ammaraskar/sphinx-action@master
Expand Down

0 comments on commit 2f21d36

Please sign in to comment.