ci: tex2html path export fixed

This commit is contained in:
Mateusz Pusz
2024-09-08 09:36:26 +02:00
parent be1fc86daf
commit 1a7f461a08

View File

@ -59,7 +59,7 @@ jobs:
- name: Installing MathJax-Node-CLI - name: Installing MathJax-Node-CLI
run: | run: |
git clone https://github.com/mathjax/mathjax-node-cli --depth=1 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 - name: Get git repos with API reference tools
run: | run: |
git clone https://github.com/JohelEGP/jegp.cmake_modules.git --depth=1 git clone https://github.com/JohelEGP/jegp.cmake_modules.git --depth=1