Skip to content

Commit

Permalink
Check latex
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Apr 26, 2024
1 parent 1b06779 commit 9dd93c8
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,14 @@ jobs:
uses: teatimeguest/setup-texlive-action@v3
# with:
# packages: scheme-basic
- name: Check `tlmgr` version
run: tlmgr --version
- name: Check `latex`
run: |
tlmgr --version
mkdir -p ~/.local/bin/
echo ~/.local/bin/ >> $GITHUB_PATH
echo `which pdflatex`
ln -s `which pdflatex` ~/.local/bin/latex
which latex
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
Expand All @@ -49,9 +55,6 @@ jobs:
ocaml-compiler: "5.1"
- name: Install forester
run: |
mkdir -p ~/.local/bin/
echo ~/.local/bin/ >> $GITHUB_PATH
ln -s `which pdftex` ~/.local/bin/latex
sudo apt-get install libev-dev dvisvgm
opam install forester --yes
- name: Build with forester
Expand Down

0 comments on commit 9dd93c8

Please sign in to comment.