Skip to content

Commit

Permalink
manually install pandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghan-microsoft committed Sep 10, 2024
1 parent 4c903bc commit a6a87de
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ jobs:
python-version: '3.9'

- name: Set up Pandoc
uses: docker://pandoc/core:2.9
# uses: actions/setup-pandoc@v1
# with:
# pandoc-version: 'latest'
run: |
sudo apt-get update
sudo apt-get install -y pandoc
- name: Install dependencies
run: |
Expand Down

0 comments on commit a6a87de

Please sign in to comment.