Skip to content

Commit bdfc9c8

Browse files
committed
fix docs build
1 parent 700e4fc commit bdfc9c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Documentation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
2323
GKSwstype: "100" #https://discourse.julialang.org/t/generation-of-documentation-fails-qt-qpa-xcb-could-not-connect-to-display/60988
2424
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
25+
wget -q https://github.com/rstudio/tinytex-releases/releases/download/v2025.03.10/TinyTeX-1-v2025.03.10.tar.gz
26+
tar zxf TinyTeX-1-v2025.03.10.tar.gz
2727
export PATH=$PWD/.TinyTeX/bin/x86_64-linux:$PATH
2828
sudo apt-get install -y pdf2svg
2929
tlmgr update --self

0 commit comments

Comments
 (0)