Skip to content

Commit adb373a

Browse files
committed
Add mkdocs build to yml
1 parent aac32bf commit adb373a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/update_python_api_reference.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,14 @@ jobs:
1919
- name: Install dependencies (pip)
2020
run: |
2121
python -m pip install --upgrade pip
22-
pip install quantconnect-stubs
22+
pip install quantconnect-stubs mkdocs
2323
2424
- name: Run the Python API Reference Generator
2525
run: cd code-generators/python_api_reference && python main.py
2626

27+
- name: Build site with MkDocs
28+
run: mkdocs build --clean
29+
2730
- name: Configure AWS Credentials
2831
uses: aws-actions/configure-aws-credentials@v1
2932
with:

0 commit comments

Comments
 (0)