1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-28 20:23:51 +00:00

Add latex manual CI job.

This commit is contained in:
Bartosz Taudul 2020-05-06 01:52:34 +02:00
parent 5dc20aaef3
commit bcaa07cdb4

28
.github/workflows/latex.yml vendored Normal file
View File

@ -0,0 +1,28 @@
name: Build manual
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Fix stupidity
run: |
cp AUTHORS AUTHORS.
cp LICENSE LICENSE.
- name: Compile LaTeX
uses: xu-cheng/latex-action@v2
with:
working_directory: manual
root_file: tracy.tex
- uses: actions/upload-artifact@v2
with:
name: manual
path: manual/tracy.pdf