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 dd52795 commit 8393338
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/tex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,18 @@ jobs:
- name: Compile pdf file
run: |
export PATH=$PATH:/usr/bin
export PATH=$PATH:/opt/texlive/texdir/bin/x86_64-linuxmusl
echo $PATH
inkscape --version
#inkscape --version
pdflatex --version
bibtex --version
#./tools/make_manual_pdf.sh
echo "--> doc dir"
ls doc/
echo "--> figures dir"
ls doc/figures
echo "--> latex dir"
ls doc/latex
#echo "--> doc dir"
#ls doc/
#echo "--> figures dir"
#ls doc/figures
#echo "--> latex dir"
#ls doc/latex
# - name: Upload PDF as Artifact
Expand Down

0 comments on commit 8393338

Please sign in to comment.