Skip to content

Commit e99f6b0

Browse files
authored
reenable doxygen
1 parent b6ce731 commit e99f6b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/githubci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- name: clang
2626
run: python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
2727

28-
#- name: doxygen
29-
#env:
30-
#GH_REPO_TOKEN: ${{ secrets.GH_REPO_TOKEN }}
31-
#PRETTYNAME : "Adafruit PyCamera Library"
32-
#run: bash ci/doxy_gen_and_deploy.sh
28+
- name: doxygen
29+
env:
30+
GH_REPO_TOKEN: ${{ secrets.GH_REPO_TOKEN }}
31+
PRETTYNAME : "Adafruit PyCamera Library"
32+
run: bash ci/doxy_gen_and_deploy.sh

0 commit comments

Comments
 (0)