We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d20be commit da4fbcdCopy full SHA for da4fbcd
.github/workflows/release-publish-documentation.yml
@@ -21,7 +21,7 @@ jobs:
21
run: |
22
sudo apt update && sudo apt install -y pkg-config libcairo-dev libpango1.0-dev ffmpeg wget
23
wget -qO- "https://yihui.org/tinytex/install-bin-unix.sh" | sh
24
- echo ${HOME}/bin >> $GITHUB_PATH
+ echo ${HOME}/.TinyTeX/bin/x86_64-linux >> $GITHUB_PATH
25
26
- name: Install LaTeX and Python dependencies
27
0 commit comments