Skip to content

Commit

Permalink
ci(docs): stop build docs jobs from downloading artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ESP-Marius committed Nov 6, 2023
1 parent 455cc34 commit 501dbcf
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 501dbcf

Please sign in to comment.