Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Multiple Target Tracking
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
phd-courses
Multiple Target Tracking
Commits
18799cd5
Commit
18799cd5
authored
3 years ago
by
Anton Kullberg
Browse files
Options
Downloads
Patches
Plain Diff
ci: build-doc now doesnt run on tags
parent
9561d108
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+11
-9
11 additions, 9 deletions
.gitlab-ci.yml
with
11 additions
and
9 deletions
.gitlab-ci.yml
+
11
−
9
View file @
18799cd5
...
...
@@ -16,15 +16,17 @@ docker-image:
-
if
:
$CI_COMMIT_TAG
build-doc
:
image
:
gitlab.liu.se:5000/phd-courses/multiple-target-tracking
stage
:
build
script
:
-
pdoc --html src
-
mkdir .public
-
mv html/src/* .public/
artifacts
:
paths
:
-
.public
image
:
gitlab.liu.se:5000/phd-courses/multiple-target-tracking
stage
:
build
script
:
-
pdoc --html src
-
mkdir .public
-
mv html/src/* .public/
artifacts
:
paths
:
-
.public
rules
:
-
if
:
$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
pages
:
stage
:
deploy
...
...
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