Skip to content

Commit

Permalink
Use action for TexLive
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed Oct 5, 2023
1 parent ffb2a25 commit 3e480b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 44 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
- uses: actions/checkout@v3
- run: mkdir $HOME/.fonts && unzip panno_3.00.zip -d $HOME/.fonts
- run: fc-cache -f -v
- run: source ./texlive/texlive_install.sh
- uses: teatimeguest/setup-texlive-action@v2
with:
package-file: texlive/texlive_packages
- run: make example.pdf
- uses: actions/upload-artifact@v3
with:
Expand Down
10 changes: 0 additions & 10 deletions texlive/texlive.profile

This file was deleted.

33 changes: 0 additions & 33 deletions texlive/texlive_install.sh

This file was deleted.

0 comments on commit 3e480b3

Please sign in to comment.