Skip to content

Commit ba2273d

Browse files
committed
Install Pandoc
1 parent a8c0ffb commit ba2273d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/jekyll.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
- name: Setup Pages
4444
id: pages
4545
uses: actions/configure-pages@v5
46+
- name: Install
47+
uses: pandoc/actions/setup@v1
4648
- name: Build with Jekyll
4749
# Outputs to the './_site' directory by default
4850
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"

0 commit comments

Comments
 (0)