We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ce731 commit e99f6b0Copy full SHA for e99f6b0
.github/workflows/githubci.yml
@@ -25,8 +25,8 @@ jobs:
25
- name: clang
26
run: python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
27
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
+ - name: doxygen
+ env:
+ GH_REPO_TOKEN: ${{ secrets.GH_REPO_TOKEN }}
+ PRETTYNAME : "Adafruit PyCamera Library"
+ run: bash ci/doxy_gen_and_deploy.sh
0 commit comments