Skip to content

Commit 2347f5e

Browse files
committed
Use Github actions as CI build
Signed-off-by: Alban Dericbourg <[email protected]>
1 parent 76704bd commit 2347f5e

File tree

3 files changed

+17
-9
lines changed

3 files changed

+17
-9
lines changed

.github/workflows/ci.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: LaTeX build
2+
3+
on: [push]
4+
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
permissions:
9+
contents: read
10+
packages: write
11+
steps:
12+
- uses: actions/checkout@v3
13+
- uses: xu-cheng/latex-action@v3
14+
with:
15+
root_file: tex/document.tex
16+
args: -pdf -file-line-error -halt-on-error -interaction=nonstopmode
17+

.travis.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

docker/Dockerfile

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)