Use official pandoc installer
This commit is contained in:
parent
ae632438d9
commit
77f12b48ff
|
@ -20,6 +20,9 @@ jobs:
|
|||
- name: Setup R
|
||||
uses: r-lib/actions/setup-r@master
|
||||
|
||||
- name: Setup pandoc
|
||||
uses: r-lib/actions/setup-pandoc@master
|
||||
|
||||
- name: Get R version
|
||||
id: get-r-version
|
||||
run: |
|
||||
|
@ -50,11 +53,6 @@ jobs:
|
|||
pak::local_install_dev_deps()
|
||||
shell: Rscript {0}
|
||||
|
||||
- name: Install pandoc and pandoc citeproc
|
||||
run: |
|
||||
brew install pandoc
|
||||
brew install pandoc-citeproc
|
||||
|
||||
- name: Cache bookdown results
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue