Skip to content

Commit

Permalink
update TinyTex 2023
Browse files Browse the repository at this point in the history
update tlmgr

Update Documentation.yml

Update Documentation.yml

Update Documentation.yml

Update Documentation.yml

Update Documentation.yml

Update Documentation.yml

Update Documentation.yml

Update Documentation.yml

Update Documentation.yml

fix
  • Loading branch information
tmigot committed Apr 26, 2023
1 parent afad08e commit 9f5126b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ 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/v2022.08/TinyTeX-1-v2022.08.tar.gz
tar zxf TinyTeX-1-v2022.08.tar.gz
wget -q https://github.com/rstudio/tinytex-releases/releases/download/v2023.04/TinyTeX-1-v2023.04.tar.gz
tar zxf TinyTeX-1-v2023.04.tar.gz
export PATH=$PWD/.TinyTeX/bin/x86_64-linux:$PATH
sudo apt-get install -y pdf2svg
tlmgr update --self
tlmgr install standalone varwidth
pip install matplotlib # for PyPlot
julia --project=docs --color=yes docs/make.jl

0 comments on commit 9f5126b

Please sign in to comment.