mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-02 02:51:40 +00:00
update to exclude packet.py
This commit is contained in:
4
.github/workflows/photon-api-docs.yml
vendored
4
.github/workflows/photon-api-docs.yml
vendored
@@ -82,7 +82,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install mkdocs mkdocs-material mkdocstrings[python] mkdocs-gen-files mkdocs-literate-nav mkdocs-section-index
|
||||
pip install mkdocs mkdocs-material mkdocstrings[python] mkdocs-gen-files mkdocs-literate-nav mkdocs-section-index mkdocs-exclude
|
||||
|
||||
- name: Build MkDocs site
|
||||
run: mkdocs build
|
||||
@@ -105,7 +105,7 @@ jobs:
|
||||
pattern: docs-*
|
||||
- run: find .
|
||||
- name: Publish Docs To Development
|
||||
if: github.ref == 'refs/heads/main'
|
||||
# if: github.ref == 'refs/heads/main'
|
||||
uses: up9cloud/action-rsync@v1.4
|
||||
env:
|
||||
HOST: ${{ secrets.WEBMASTER_SSH_HOST }}
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
* [TargetCornerSerde](reference/generated/TargetCornerSerde.md)
|
||||
* networktables
|
||||
* [NTTopicSet](reference/networktables/NTTopicSet.md)
|
||||
* [packet](reference/packet.md)
|
||||
* [photonCamera](reference/photonCamera.md)
|
||||
* [photonPoseEstimator](reference/photonPoseEstimator.md)
|
||||
* simulation
|
||||
|
||||
@@ -18,6 +18,9 @@ plugins:
|
||||
- gen_api_docs.py
|
||||
- literate-nav
|
||||
- section-index
|
||||
- exclude:
|
||||
glob:
|
||||
- "reference/packet.md"
|
||||
|
||||
nav:
|
||||
- Home: index.md
|
||||
|
||||
Reference in New Issue
Block a user