Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-advanced-user-tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-advanced-user-tools
Commits
4f6c5669
Commit
4f6c5669
authored
3 years ago
by
Henrik tom Wörden
Browse files
Options
Downloads
Patches
Plain Diff
MAINT: update documentation with releases
parent
d5d8832b
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+11
-7
11 additions, 7 deletions
.gitlab-ci.yml
with
11 additions
and
7 deletions
.gitlab-ci.yml
+
11
−
7
View file @
4f6c5669
...
@@ -118,16 +118,14 @@ unittest:
...
@@ -118,16 +118,14 @@ unittest:
-
tox
-
tox
# Build the sphinx documentation and make it ready for deployment by Gitlab Pages
# Build the sphinx documentation and make it ready for deployment by Gitlab Pages
# documentation:
# 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
stage
:
deploy
image
:
$CI_REGISTRY_IMAGE
tags
:
[
docker
]
tags
:
[
docker
]
image
:
$CI_REGISTRY_IMAGE
stage
:
deploy
only
:
only
:
-
dev
refs
:
-
/^release-.*$/
script
:
script
:
-
echo "Deploying"
-
echo "Deploying"
-
make doc
-
make doc
...
@@ -135,3 +133,9 @@ pages:
...
@@ -135,3 +133,9 @@ pages:
artifacts
:
artifacts
:
paths
:
paths
:
-
public
-
public
pages
:
<<
:
*pages_prepare
only
:
refs
:
# version tags: v0.1.1
-
/^v(\d+\.\d+\.\d+)$/
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment