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

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/latex.yml28
1 files changed, 28 insertions, 0 deletions
diff --git a/.github/workflows/latex.yml b/.github/workflows/latex.yml
new file mode 100644
index 00000000..9947545a
--- /dev/null
+++ b/.github/workflows/latex.yml
@@ -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