Skip to content

Commit 4313520

Browse files
committed
Add pandoc installation
1 parent e702e67 commit 4313520

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/web_update.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
restore-keys: |
3333
${{ runner.os }}-pip-
3434
35+
- name: Install Pandoc # Step to install Pandoc for document conversion.
36+
run: |
37+
sudo apt-get update
38+
sudo apt-get install -y pandoc
39+
3540
- name: Install dependencies # Step to install dependencies.
3641
run: |
3742
pip install quairkit sphinx_immaterial nbsphinx

0 commit comments

Comments
 (0)