githubci: Disable doxy
We have not added doxygen-style documentation, so disable this step for now.
This commit is contained in:
parent
2880f9d3e7
commit
958491ae94
1 changed files with 0 additions and 6 deletions
6
.github/workflows/githubci.yml
vendored
6
.github/workflows/githubci.yml
vendored
|
|
@ -21,9 +21,3 @@ jobs:
|
|||
|
||||
- name: test platforms
|
||||
run: python3 ci/build_platform.py main_platforms
|
||||
|
||||
- name: doxygen
|
||||
env:
|
||||
GH_REPO_TOKEN: ${{ secrets.GH_REPO_TOKEN }}
|
||||
PRETTYNAME : "Adafruit Fork of CAN Library"
|
||||
run: bash ci/doxy_gen_and_deploy.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue