Skip to content

Commit 4c903bc

Browse files
add missing pandoc packge
1 parent ca5c0cf commit 4c903bc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/gh-pages.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ jobs:
2020
python-version: '3.9'
2121

2222
- name: Set up Pandoc
23-
uses: actions/setup-pandoc@v1
24-
with:
25-
pandoc-version: 'latest'
23+
uses: docker://pandoc/core:2.9
24+
# uses: actions/setup-pandoc@v1
25+
# with:
26+
# pandoc-version: 'latest'
2627

2728
- name: Install dependencies
2829
run: |

0 commit comments

Comments
 (0)