Files
latex-base/.gitea/workflows/actions.yaml
Tobias Hilfiker a0abd7399f
Some checks failed
Generate and publish Document / generate-and-publish (push) Failing after 16m59s
push again to trigger action on windows
2025-01-17 15:49:53 +01:00

19 lines
461 B
YAML

name: Generate and publish Document
on: [ push ]
jobs:
generate-and-publish:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
with:
root_file: main.tex
- name: Upload PDF file
uses: actions/upload-artifact@v4
with:
name: PDF
path: main.pdf