Update GitHub workflow to preserve webserial directory during docs generation
This commit is contained in:
parent
e396760c6d
commit
bda99d3fc8
1 changed files with 1 additions and 0 deletions
1
.github/workflows/githubci.yml
vendored
1
.github/workflows/githubci.yml
vendored
|
|
@ -26,6 +26,7 @@ jobs:
|
|||
env:
|
||||
GH_REPO_TOKEN: ${{ secrets.GH_REPO_TOKEN }}
|
||||
PRETTYNAME : "Adafruit OPT4048 Arduino Library"
|
||||
PRESERVE_FOLDERS: "webserial"
|
||||
run: bash ci/doxy_gen_and_deploy.sh
|
||||
|
||||
- name: test platforms
|
||||
|
|
|
|||
Loading…
Reference in a new issue