mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2025-02-16 21:41:54 +00:00
13 lines
No EOL
320 B
YAML
13 lines
No EOL
320 B
YAML
version: 2
|
|
jobs:
|
|
build:
|
|
machine: true
|
|
working_directory: /tmp/awesome-cv
|
|
steps:
|
|
- checkout
|
|
- run:
|
|
name: Compile article
|
|
command: |
|
|
docker run --rm -w "/doc" -v "$PWD":/doc thomasweise/texlive make
|
|
- store_artifacts:
|
|
path: /tmp/awesome-cv/examples |