Skip to content

Use Github actions as CI build #1

Use Github actions as CI build

Use Github actions as CI build #1

Workflow file for this run

name: LaTeX build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- uses: xu-cheng/latex-action@v3
with:
root_file: tex/document.tex
args: -pdf -file-line-error -halt-on-error -interaction=nonstopmode

Check failure on line 16 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / LaTeX build

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 16, Col: 9): Unexpected value 'args'