Skip to content

Commit 0079e09

Browse files
author
mbarber
committed
pandoc
1 parent 15a240d commit 0079e09

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/s3.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v1
1414

15+
- name: Install Pandoc
16+
run: |
17+
sudo apt-get update
18+
sudo apt-get install -y pandoc
19+
1520
- name: Set up Python
1621
uses: actions/setup-python@v2
1722
with:
@@ -20,13 +25,13 @@ jobs:
2025
- name: Install Sphinx
2126
run: |
2227
python -m pip install --upgrade pip
23-
pip install sphinx recommonmark sphinx_markdown_tables sphinx_markdown_builder nbsphinx sphinx-rtd-theme pandoc
28+
pip install sphinx recommonmark sphinx_markdown_tables sphinx_markdown_builder nbsphinx sphinx-rtd-theme pandas requests tqdm pydantic
2429
2530
- name: Build HTML with Sphinx
2631
run: |
2732
cd apidocs
2833
make html
29-
34+
3035
- name: Get bucket name
3136
shell: bash
3237
run: |

0 commit comments

Comments
 (0)