Skip to content

Docs: Update to latest eisvogel.tex template for PDF #53

Docs: Update to latest eisvogel.tex template for PDF

Docs: Update to latest eisvogel.tex template for PDF #53

Workflow file for this run

name: Pandoc Deployment
on:
push:
branches: [ main ]
jobs:
convert_via_pandoc:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run Pandoc
uses: docker://pandoc/latex:latest-ubuntu
with:
entrypoint: /bin/sh
args: -c "cd manual; chmod +x build.sh; ./build.sh"
- name: GH Pages Deployment
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./deploy/
enable_jekyll: false
allow_empty_commit: false
force_orphan: true
publish_branch: gh-pages