Skip to content

Commit

Permalink
added step for pdf generation (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
nandinivij authored and GitHub committed Aug 19, 2020
1 parent a95314c commit 0de3ca9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,14 @@ jobs:
docker push splunk/scs:${CIRCLE_SHA1:0:7}
docker save splunk/scs:${VERSION_DOCKER_MMP} | gzip -c > /tmp/workspace/oci_container.tar.gz
- go/install
- run:
name: "Setup for pandoc"
command: |
wget https://github.com/jgm/pandoc/releases/download/2.10.1/pandoc-2.10.1-1-amd64.deb
sudo dpkg -i pandoc-2.10.1-1-amd64.deb
sudo apt-get install texlive
pandoc -s --pdf-engine=pdflatex -o SC4S_docs.pdf $(find . -type f -name "*.md")
cp SC4S_docs.pdf /tmp/workspace/SC4S_docs.pdf
- run:
name: "Publish on GitHub"
command: |
Expand Down

0 comments on commit 0de3ca9

Please sign in to comment.