Some checks failed
Latex Build / LatexBuild (push) Failing after 10m15s
16 lines
297 B
YAML
16 lines
297 B
YAML
name: Latex Build
|
|
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
|
|
on: [push]
|
|
|
|
jobs:
|
|
LatexBuild:
|
|
runs-on: pi
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v3
|
|
|
|
- uses: xu-cheng/latex-action@v3
|
|
with:
|
|
root_file: |
|
|
conference_101719.tex
|