Skip to content

Commit

Permalink
Add pandoc installation
Browse files Browse the repository at this point in the history
  • Loading branch information
tengxianglin committed Nov 14, 2024
1 parent e702e67 commit 4313520
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/web_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-
- name: Install Pandoc # Step to install Pandoc for document conversion.
run: |
sudo apt-get update
sudo apt-get install -y pandoc
- name: Install dependencies # Step to install dependencies.
run: |
pip install quairkit sphinx_immaterial nbsphinx
Expand Down

0 comments on commit 4313520

Please sign in to comment.