Welcome to mirror list, hosted at ThFree Co, Russian Federation.

latex.yml « workflows « .github - github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9947545afd968a5bb292bf02eff41760a8e7e447 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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