We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac32bf commit adb373aCopy full SHA for adb373a
.github/workflows/update_python_api_reference.yml
@@ -19,11 +19,14 @@ jobs:
19
- name: Install dependencies (pip)
20
run: |
21
python -m pip install --upgrade pip
22
- pip install quantconnect-stubs
+ pip install quantconnect-stubs mkdocs
23
24
- name: Run the Python API Reference Generator
25
run: cd code-generators/python_api_reference && python main.py
26
27
+ - name: Build site with MkDocs
28
+ run: mkdocs build --clean
29
+
30
- name: Configure AWS Credentials
31
uses: aws-actions/configure-aws-credentials@v1
32
with:
0 commit comments