Skip to content

Commit

Permalink
Merge branch 'docs/fix_target' into 'main'
Browse files Browse the repository at this point in the history
docs: remove build target from CI

See merge request espressif/esp-thread-br!81
  • Loading branch information
chshu committed Sep 8, 2023
2 parents 4fcef8a + 6766f82 commit de3a666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ build_docs:
script:
- cd docs
- pip install -r requirements.txt
- build-docs -t esp32 esp32s2 esp32s3 esp32c3 -l en
- build-docs -l en
tags:
- build_docs

Expand Down

0 comments on commit de3a666

Please sign in to comment.