1
0
Fork 0
mirror of https://codeberg.org/tqt/hackerspace-blueprint.git synced 2023-12-14 05:33:06 +01:00
hackerspace-blueprint/.travis.yml

16 lines
529 B
YAML
Raw Normal View History

2018-05-26 22:53:11 +02:00
language: r # This is apparently the best way to configure travis to install pandoc and latexhttps://github.com/jgm/pandoc/wiki/Using-pandoc-in-Travis-CI
script: "pandoc --toc pandoc-metadata.yaml README.md [0-9]*.md -o hack-the-hackerspace.pdf"
# deploy:
# provider: releases
# api_key: "$GH_TOKEN"
# file:
# - "workbook-7A.pdf"
# - "workbook-8A.pdf"
# - "workbook-Master.pdf"
# - "workbook-7A.epub"
# - "workbook-8A.epub"
# - "workbook-Master.epub"
# skip_cleanup: true
# on:
# tags: true