1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
tex-template-builder/.circleci/config.yml

15 lines
380 B
YAML

version: 2
jobs:
build:
docker:
- image: theorangeone/docker-pandoc
working_directory: ~/tex-template
steps:
- checkout
- run:
name: Test build
command: bash build.sh test/main.md
- store_artifacts:
path: output.pdf
destination: output.pdf