Skip to content

Commit

Permalink
Merge branch 'ci/docs_no_download_artifacts' into 'master'
Browse files Browse the repository at this point in the history
ci(docs): stop build docs jobs from downloading artifacts

See merge request espressif/esp-idf!26952
  • Loading branch information
ESP-Marius committed Nov 7, 2023
2 parents 0c81f41 + 501dbcf commit b90dfe0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab/ci/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ build_docs_html_full_prod:
extends:
- .build_docs_template
- .doc-rules:build:docs-full-prod
dependencies: [] # Stop build_docs jobs from downloading all previous job's artifacts
artifacts:
when: always
paths:
Expand Down Expand Up @@ -184,6 +185,7 @@ build_docs_pdf_prod:
extends:
- .build_docs_template
- .doc-rules:build:docs-full-prod
dependencies: [] # Stop build_docs jobs from downloading all previous job's artifacts
artifacts:
when: always
paths:
Expand Down

0 comments on commit b90dfe0

Please sign in to comment.