We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 700e4fc commit bdfc9c8Copy full SHA for bdfc9c8
.github/workflows/Documentation.yml
@@ -22,8 +22,8 @@ jobs:
22
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
23
GKSwstype: "100" #https://discourse.julialang.org/t/generation-of-documentation-fails-qt-qpa-xcb-could-not-connect-to-display/60988
24
run: |
25
- wget -q https://github.com/rstudio/tinytex-releases/releases/download/v2024.04/TinyTeX-1-v2024.04.tar.gz
26
- tar zxf TinyTeX-1-v2024.04.tar.gz
+ wget -q https://github.com/rstudio/tinytex-releases/releases/download/v2025.03.10/TinyTeX-1-v2025.03.10.tar.gz
+ tar zxf TinyTeX-1-v2025.03.10.tar.gz
27
export PATH=$PWD/.TinyTeX/bin/x86_64-linux:$PATH
28
sudo apt-get install -y pdf2svg
29
tlmgr update --self
0 commit comments