File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments