Skip to content

Commit

Permalink
Merge branch 'bugfix/add_example_artifacts' into 'master'
Browse files Browse the repository at this point in the history
CI: add back basic artifacts as they are needed for deploy job

See merge request espressif/esp-docs!38
  • Loading branch information
ESP-Marius committed Sep 8, 2022
2 parents 9675d3c + a7849c9 commit 034cd9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ build_example_basic:
- .build_template
variables:
DOCS_DIR: $CI_PROJECT_DIR/examples/basic
artifacts:
when: always
paths:
- $DOCS_DIR/_build/*/*/html/*
- $DOCS_DIR/_build/*/*/*.txt
expire_in: 4 days
script:
- cd "$DOCS_DIR"
- ./build_example.sh
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/build_example.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
build-docs -t esp32 esp32s2 esp32c3 esp32s3 esp32h2 esp8266 esp32c2 esp32c6
build-docs -t esp32 esp8266 esp32c2 esp32c6

0 comments on commit 034cd9a

Please sign in to comment.