Skip to content

Commit

Permalink
ci: tex2html path export fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Sep 8, 2024
1 parent be1fc86 commit 1a7f461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Installing MathJax-Node-CLI
run: |
git clone https://github.com/mathjax/mathjax-node-cli --depth=1
echo "PATH=\"$PWD/mathjax-node-cli/bin\"" >> $GITHUB_PATH
echo "${{ github.workspace }}/mathjax-node-cli/bin" >> $GITHUB_PATH
- name: Get git repos with API reference tools
run: |
git clone https://github.com/JohelEGP/jegp.cmake_modules.git --depth=1
Expand Down

0 comments on commit 1a7f461

Please sign in to comment.