Skip to content

Commit

Permalink
Find correct paths
Browse files Browse the repository at this point in the history
  • Loading branch information
rs028 committed Jan 23, 2024
1 parent ebc8c32 commit a3e898f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/tex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,16 @@ jobs:
- name: Compile pdf file
run: |
export PATH=$PATH:/opt/texlive/texdir/bin/x86_64-linuxmusl
echo $PATH
which inkscape
which pdflatex
which bibtext
./tools/make_manual_pdf.sh
echo "doc dir"
echo "--> doc dir"
ls doc/
echo "figures dir"
echo "--> figures dir"
ls doc/figures
echo "latex dir"
echo "--> latex dir"
ls doc/latex
Expand Down

0 comments on commit a3e898f

Please sign in to comment.