Merge pull request #899 from Jan200101/PR/header-merge #2138
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Manual | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Fix stupidity | |
run: | | |
cp LICENSE LICENSE. | |
- name: Compile LaTeX | |
uses: xu-cheng/latex-action@v3 | |
with: | |
working_directory: manual | |
root_file: tracy.tex | |
- uses: actions/upload-artifact@v4 | |
with: | |
name: manual | |
path: manual/tracy.pdf |