Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
epidrome authored Aug 4, 2024
1 parent d41e4a4 commit 2023ebf
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Example workflow
on:
push:

jobs:
texlive:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
packages: >
l3build latex latex-bin luatex latex-bin-dev xelatex
- name: Use TeX Live
run: ./make-latex

0 comments on commit 2023ebf

Please sign in to comment.