Skip to content

Commit

Permalink
ignore failure of build-docs command
Browse files Browse the repository at this point in the history
  • Loading branch information
finger563 committed Mar 26, 2024
1 parent 5123950 commit c14f362
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
- name: Build Documentation
run: |
cd doc
build-docs -t esp32 -l en --project-path ../ --source-dir ./ --doxyfile_dir ./
# ignore if the following command fails
build-docs -t esp32 -l en --project-path ../ --source-dir ./ --doxyfile_dir ./ || true
cp -r _build/en/esp32/html/* ../docs/.
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit c14f362

Please sign in to comment.