Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Bump xu-cheng/latex-action from 2 to 3 #18

Bump xu-cheng/latex-action from 2 to 3

Bump xu-cheng/latex-action from 2 to 3 #18

Workflow file for this run

# .github/workflows/build.yml
# GitHub Actions configuration file for latex
# See https://github.com/xu-cheng/latex-action for details
name: build
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
run:
name: Generate pdf document
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Generate pdf document
uses: xu-cheng/latex-action@v3
with:
root_file: biblio.tex
args: -file-line-error -halt-on-error -interaction=nonstopmode
pre_compile: tlmgr update --self && tlmgr update --all
- name: Store artifacts
uses: actions/upload-artifact@v3
with:
path: biblio.pdf
if-no-files-found: error