Skip to content

Commit

Permalink
print PATH ''doc.yml'
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenaH84 committed Apr 11, 2024
1 parent 08218d6 commit e0ce370
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ jobs:
- name: Add LaTeX and dvipng directories to PATH
run: |
echo "PATH=$PATH:/home/runner/work/_temp/setup-texlive-action/2024/bin/x86_64-linux" >> $GITHUB_ENV
- name: Create symbolic link for latex
run: |
ln -s $HOME/work/_temp/setup-texlive-action/2024/bin/x86_64-linux/pdftex $HOME/work/_temp/setup-texlive-action/2024/bin/x86_64-linux/latex
- name: Print PATH
run: echo $PATH
- name: Build HTML
uses: ammaraskar/sphinx-action@master
with:
Expand Down

0 comments on commit e0ce370

Please sign in to comment.