mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
Update photon-api-docs.yml
This commit is contained in:
6
.github/workflows/photon-api-docs.yml
vendored
6
.github/workflows/photon-api-docs.yml
vendored
@@ -77,15 +77,15 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.11'
|
||||
python-version: '3.10'
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install mkdocs mkdocs-material mkdocstrings[python]
|
||||
pip install mkdocs mkdocs-material mkdocstrings[python] mkdocs-gen-files mkdocs-literate-nav mkdocs-section-index
|
||||
|
||||
- name: Build MkDocs site
|
||||
run: mkdocs build --clean
|
||||
run: mkdocs build
|
||||
working-directory: photon-lib/py
|
||||
|
||||
- name: Upload built site as artifact
|
||||
|
||||
Reference in New Issue
Block a user