Skip to content

Commit

Permalink
add missing folder creation
Browse files Browse the repository at this point in the history
  • Loading branch information
finger563 committed Mar 26, 2024
1 parent 94bba4c commit 1e8d986
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
cd doc
# ignore if the following command fails
build-docs -t esp32 -l en --project-path ../ --source-dir ./ --doxyfile_dir ./ || true
mkdir -p ../docs
cp -r _build/en/esp32/html/* ../docs/.
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 1e8d986

Please sign in to comment.