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 1425f3e commit 7c7b6d5Copy full SHA for 7c7b6d5
.github/workflows/githubci.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@v2
20
21
with:
22
- repository: adafruit/ci-arduino
+ repository: dherrada/ci-arduino
23
path: ci
24
25
- name: pre-install
@@ -41,4 +41,4 @@ jobs:
41
env:
42
GH_REPO_TOKEN: ${{ secrets.GH_REPO_TOKEN }}
43
PRETTYNAME : "Adafruit IO Arduino Library"
44
- run: bash ci/doxy_gen_and_deploy.sh
+ run: bash ci/doxy_gen_and_deploy.sh src
0 commit comments