Skip to content

Commit a6a87de

Browse files
manually install pandoc
1 parent 4c903bc commit a6a87de

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/gh-pages.yaml

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

2222
- name: Set up Pandoc
23-
uses: docker://pandoc/core:2.9
24-
# uses: actions/setup-pandoc@v1
25-
# with:
26-
# pandoc-version: 'latest'
23+
run: |
24+
sudo apt-get update
25+
sudo apt-get install -y pandoc
2726
2827
- name: Install dependencies
2928
run: |

0 commit comments

Comments
 (0)