Skip to content

Commit

Permalink
Update latex-checker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
XDuskAshes authored Dec 1, 2023
1 parent ca0510f commit 514ba2f
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/latex-checker.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
name: LaTeX and pray

name: Documentation time baybee
on: [push]
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: xu-cheng/texlive-action@v2
- name: Set up Git repository
uses: actions/checkout@v3
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
with:
root_file: docs/stitch-documentation.tex
- name: Upload PDF file
uses: actions/upload-artifact@v3
with:
docker_image: ghcr.io/xu-cheng/texlive-full:20230801
run: |
apk add pdflatex
cd docs
pdflatex -interaction=nonstopmode -halt-on-error stitch-documentation.tex
name: PDF
path: docs/stitch-documentation.pdf


# praying

0 comments on commit 514ba2f

Please sign in to comment.