From bda99d3fc89b988ae1b43752deb89bff15bc5c50 Mon Sep 17 00:00:00 2001 From: ladyada Date: Wed, 14 May 2025 13:30:02 -0400 Subject: [PATCH] Update GitHub workflow to preserve webserial directory during docs generation --- .github/workflows/githubci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/githubci.yml b/.github/workflows/githubci.yml index a05d8ae..dfd683a 100644 --- a/.github/workflows/githubci.yml +++ b/.github/workflows/githubci.yml @@ -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