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:
3
.github/workflows/photon-api-docs.yml
vendored
3
.github/workflows/photon-api-docs.yml
vendored
@@ -86,12 +86,13 @@ jobs:
|
||||
|
||||
- name: Build MkDocs site
|
||||
run: mkdocs build --clean
|
||||
working-directory: photon-lib/py
|
||||
|
||||
- name: Upload built site as artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: docs-python
|
||||
path: site/
|
||||
path: photon-lib/py/site/
|
||||
|
||||
publish_api_docs:
|
||||
name: Publish API Docs
|
||||
|
||||
Reference in New Issue
Block a user