reenable doxygen
This commit is contained in:
parent
b6ce7317ff
commit
e99f6b089d
1 changed files with 5 additions and 5 deletions
10
.github/workflows/githubci.yml
vendored
10
.github/workflows/githubci.yml
vendored
|
|
@ -25,8 +25,8 @@ jobs:
|
||||||
- name: clang
|
- name: clang
|
||||||
run: python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
|
run: python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
|
||||||
|
|
||||||
#- name: doxygen
|
- name: doxygen
|
||||||
#env:
|
env:
|
||||||
#GH_REPO_TOKEN: ${{ secrets.GH_REPO_TOKEN }}
|
GH_REPO_TOKEN: ${{ secrets.GH_REPO_TOKEN }}
|
||||||
#PRETTYNAME : "Adafruit PyCamera Library"
|
PRETTYNAME : "Adafruit PyCamera Library"
|
||||||
#run: bash ci/doxy_gen_and_deploy.sh
|
run: bash ci/doxy_gen_and_deploy.sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue