Skip to content

Commit

Permalink
add correct directory 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 2f21d36 commit 638a9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
ls -ld $(dirname $(which latex))
- name: Add LaTeX and dvipng directories to PATH
run: |
echo "PATH=$PATH:/usr/bin" >> $GITHUB_ENV
echo "PATH=$PATH:/home/runner/work/_temp/setup-texlive-action/2024/bin/x86_64-linux" >> $GITHUB_ENV
- name: Build HTML
Expand Down

0 comments on commit 638a9fa

Please sign in to comment.