Skip to content
Snippets Groups Projects
Commit 1e3772ff authored by many's avatar many Committed by Malte Nyhuis
Browse files

test docs

parent 18411ea9
No related branches found
No related tags found
1 merge request!62Cleanup 0.2.0
...@@ -93,7 +93,7 @@ coverage_test: ...@@ -93,7 +93,7 @@ coverage_test:
- build - build
pages: docs:
stage: docs stage: docs
<<: *environment <<: *environment
script: script:
...@@ -104,12 +104,23 @@ pages: ...@@ -104,12 +104,23 @@ pages:
artifacts: artifacts:
paths: paths:
- public - public
rules: # only:
- exists: # - tags
- $CI_COMMIT_TAG
- exists: pages:
- $CI_COMMIT_BRANCH stage: deploy
- $CI_DEFAULT_BRANCH <<: *environment
script:
- mkdir .public
- cp -r * .public
- mv .public public
artifacts:
paths:
- public
# only:
# - tags
dependencies:
- docs
build-singularity: build-singularity:
image: image:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment