Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Key points from trial and error: - It seems that using a docker image is the recommended approach for pandoc. - As such, I can't use my Makefile to build the slides, so need to duplicate the arguments in the action. - The path to the css file needs to be relative to the output directory, rather than the directory you run the command from, so here it's `-css=mywhite.css`. - The github-pages-deploy-action needs to deploy the root directory, because most of the site is built using jekyll, and if you just deploy the the slideshow directory, it deletes the rest of the site!
- Loading branch information