Skip to content
Snippets Groups Projects
Commit 0c736088 authored by many's avatar many
Browse files

test docs

parent a5647379
No related branches found
No related tags found
1 merge request!62Cleanup 0.2.0
Pipeline #16676 passed
......@@ -93,7 +93,7 @@ coverage_test:
- build
pages:
docs:
stage: docs
<<: *environment
script:
......@@ -104,12 +104,23 @@ pages:
artifacts:
paths:
- public
rules:
- exists:
- $CI_COMMIT_TAG
- exists:
- $CI_COMMIT_BRANCH
- $CI_DEFAULT_BRANCH
# only:
# - tags
pages:
stage: deploy
<<: *environment
script:
- mkdir .public
- cp -r * .public
- mv .public public
artifacts:
paths:
- public
# only:
# - tags
dependencies:
- docs
build-singularity:
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