forked from mirrors/Awesome-CV
ec08f30106
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.
16 lines
228 B
YAML
16 lines
228 B
YAML
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
|