docs(DocsTool): change typo 4
This commit is contained in:
parent
c3d8f0e0f1
commit
200914da17
@ -24,7 +24,7 @@ check_confluence_validity:
|
|||||||
extends: .generate-document
|
extends: .generate-document
|
||||||
stage: generate-docs
|
stage: generate-docs
|
||||||
variables:
|
variables:
|
||||||
OUTPUT_DIR: merge_requests
|
OUTPUT_DIR: "merge_requests"
|
||||||
script:
|
script:
|
||||||
- check-validity
|
- check-validity
|
||||||
artifacts:
|
artifacts:
|
||||||
@ -35,7 +35,7 @@ pages:
|
|||||||
extends: .generate-document
|
extends: .generate-document
|
||||||
stage: generate-docs
|
stage: generate-docs
|
||||||
variables:
|
variables:
|
||||||
OUTPUT_DIR: public
|
OUTPUT_DIR: "public"
|
||||||
script:
|
script:
|
||||||
- publish
|
- publish
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user