Use official pandoc installer
This commit is contained in:
8
.github/workflows/build_book.yaml
vendored
8
.github/workflows/build_book.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user