EmilHvitfeldt / bookdown-github-actions-netlify

Example of using Github Actions to deploy bookdown on Netlify
https://bookdown-github-actions-netlify.netlify.com/
Creative Commons Zero v1.0 Universal
21 stars 3 forks source link

update pandoc install #4

Closed simonpcouch closed 3 years ago

simonpcouch commented 3 years ago

Hi Emil! Thanks for the awesome tutorial.

As I was working through this for my own use case, I ran into an Actions issue:

==> Summary
🍺  /usr/local/Cellar/pandoc/2.11.4: 10 files, 146.0MB
Error: pandoc-citeproc has been disabled because it is deprecated upstream!
Error: Process completed with exit code 1.

Turns out that pandoc-citeproc comes with pandoc proper now, so no need for the extra install. Thought I'd drop the fix (from r-lib/actions) here as well for other folks who start with your example repo rather than the usethis workflow. :-)

EmilHvitfeldt commented 3 years ago

Thank you Simon :)