Skip to content

Commit a962a3e

Browse files
authored
Create main.yml
1 parent 8c99da5 commit a962a3e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/main.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: CI
3+
4+
on: [push]
5+
6+
jobs:
7+
build-test:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Checkout Code
11+
uses: actions/checkout@v2
12+
13+
- name: Generate PDF document
14+
uses: hspaans/latexmk-action@v1
15+
with:
16+
format: pdf
17+
filename: main.tex

0 commit comments

Comments
 (0)