Skip to content

Commit

Permalink
try to resolve pandoc issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wangcj05 committed Sep 26, 2024
1 parent 1e2fd6f commit 0ac5e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build HTML
uses: ammaraskar/sphinx-action@master
with:
pre-build-command: "conda install -c conda-forge pandoc python=3.11"
pre-build-command: "apt-get update && apt-get install -y pandoc"
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 0ac5e2d

Please sign in to comment.