Skip to content

Commit 89c6226

Browse files
author
N400peanuts
committed
Add pandoc setup to GitHub Actions workflow
1 parent dd552b0 commit 89c6226

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
# 2. Set up R
2020
- name: Set up R
2121
uses: r-lib/actions/setup-r@v2
22+
23+
# 2.5 Install pandoc
24+
- name: Set up pandoc
25+
uses: r-lib/setup-pandoc@v2
2226

2327
# 3. Install dependencies
2428
#

0 commit comments

Comments
 (0)