Merge branch 'feat/update_doc_tool' into 'master'

feat/update_doc_tool

See merge request gilden/ci/gitlab-ci-templates!33
This commit is contained in:
Wolfram Gulde 2021-11-17 09:41:47 +00:00
commit 41d9d93a2f

View File

@ -1,13 +1,6 @@
.documentation-tool-template: .documentation-tool-template:
image: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-documentation-tool:1.5.0 image: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-documentation-tool:1.6.0
variables: variables:
DOCUMENT_ROOT: .
INPUT_FILE: "*.adoc"
INPUT_FILE_REVEALJS: "*.-revealjs.adoc"
IMAGES_DIR: images
OUTPUT_DIR: public
PRINT_TOC: "true"
PRINT_SECTNUMS: "true"
REV_NUMBER: $CI_COMMIT_SHORT_SHA REV_NUMBER: $CI_COMMIT_SHORT_SHA
CONFLUENCE_URL: "https://www.exxcellent.de/confluence/rest/api/" CONFLUENCE_URL: "https://www.exxcellent.de/confluence/rest/api/"
CREATE_SUB_PAGES: "true" CREATE_SUB_PAGES: "true"
@ -41,4 +34,4 @@
artifacts: artifacts:
paths: [ public/ ] paths: [ public/ ]
rules: rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH