From 517b5d9ba8151d08974da6c7a15d5a3537eab5c3 Mon Sep 17 00:00:00 2001 From: Dominique Orban Date: Sat, 15 Mar 2025 20:39:32 -0400 Subject: [PATCH] fix docs build --- .github/workflows/Documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index abba464c..fb1097c3 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -22,8 +22,8 @@ jobs: DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} GKSwstype: "100" #https://discourse.julialang.org/t/generation-of-documentation-fails-qt-qpa-xcb-could-not-connect-to-display/60988 run: | - wget -q https://github.com/rstudio/tinytex-releases/releases/download/v2024.04/TinyTeX-1-v2024.04.tar.gz - 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 export PATH=$PWD/.TinyTeX/bin/x86_64-linux:$PATH sudo apt-get install -y pdf2svg tlmgr update --self