Skip to content

Revert to Reveal.js 3.9.2 to mitigate pandoc bug #61

Revert to Reveal.js 3.9.2 to mitigate pandoc bug

Revert to Reveal.js 3.9.2 to mitigate pandoc bug #61

Workflow file for this run

---
name: compile
on:
push:
branches:
- main
jobs:
convert_via_pandoc:
runs-on: ubuntu-18.04
steps:
- name: Configure Git for Github
run: |
git config --global user.name "${GITHUB_ACTOR}"
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- uses: actions/checkout@v2
- uses: r-lib/actions/setup-pandoc@v1
with:
pandoc-version: '2.19'
- name: Publish Site
env:
REPOSITORY: "https://${{ secrets.GITHUB_PAT }}@github.com/${{ github.repository }}.git"
run: ./publish.sh