Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
carmonamateo authored Sep 15, 2023
1 parent daf8083 commit dd6e1dc
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,14 @@ on: push
jobs:
build:
runs-on: ubuntu-latest
container: docker://blang/latex:ubuntu

steps:
- name: Get latest code
uses: actions/checkout@v2

- name: Install TeX Live
run: |
sudo apt-get install -y texlive
- name: Compile LaTeX
run: |
xelatex -interaction=nonstopmode main.tex
xelatex -interaction=nonstopmode main.tex
run: xelatex -interaction=nonstopmode main.tex

- name: Upload PDF artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit dd6e1dc

Please sign in to comment.