Skip to content

Commit 9f82ba9

Browse files
committed
Update githubci.yml
1 parent 070b76b commit 9f82ba9

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)