Skip to content
Snippets Groups Projects
Commit 2bf70978 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: update documentation only in main

parent b6181e19
No related branches found
No related tags found
2 merge requests!36merge f-boot-tour to dev,!31remove xs
Pipeline #8138 passed with warnings
...@@ -102,18 +102,13 @@ build-testenv: ...@@ -102,18 +102,13 @@ build-testenv:
# stage: deploy # stage: deploy
# Special job for serving a static website. See https://docs.gitlab.com/ee/ci/yaml/README.html#pages # Special job for serving a static website. See https://docs.gitlab.com/ee/ci/yaml/README.html#pages
pages: pages_prepare: &pages_prepare
tags: [ docker ] tags: [ cached-dind ]
stage: deploy stage: deploy
only: only:
refs: refs:
- /^release-.*$/i - /^release-.*$/i
- master
variables:
# run pages only on gitlab.com
- $CI_SERVER_HOST == "gitlab.com"
script: script:
# TODO is this a good location here?
- npm install jsdoc - npm install jsdoc
- npm install jsdoc-sphinx - npm install jsdoc-sphinx
- echo "Deploying" - echo "Deploying"
...@@ -122,3 +117,8 @@ pages: ...@@ -122,3 +117,8 @@ pages:
artifacts: artifacts:
paths: paths:
- public - public
pages:
<<: *pages_prepare
only:
refs:
- main
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment