forked from mirrors/Awesome-CV
Trial Github Action to test PDF compilation
Part of #345 - just as a test alongside Circle CI (which currently fails due to missing SSH key) and without moving the example PDFs to releases.
This commit is contained in:
parent
b97084f96f
commit
ec08f30106
1 changed files with 16 additions and 0 deletions
16
.github/workflows/main.yml
vendored
Normal file
16
.github/workflows/main.yml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
name: Compile PDFs
|
||||
|
||||
on:
|
||||
push: {}
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container: thomasweise/texlive
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Compile
|
||||
run: make
|
Loading…
Reference in a new issue