Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Lehrstuhl für Informations- und Automatisierungssysteme
PyI40AAS
Commits
b179aa23
Verified
Commit
b179aa23
authored
Nov 08, 2021
by
Leon Mauritz Möller
Browse files
ci: remove pages job and trailing spaces
parent
a7a46d78
Pipeline
#581719
passed with stages
in 3 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b179aa23
...
...
@@ -78,10 +78,10 @@ docs:
only
:
[
branches
,
tags
,
merge_requests
]
inherit
:
variables
:
[
"
PIP_CACHE_DIR"
]
script
:
-
pip install --cache-dir="$PIP_CACHE_DIR" -r requirements.txt
-
cd docs
-
cd docs
-
sphinx-build source/ build/
artifacts
:
...
...
@@ -89,21 +89,6 @@ docs:
-
docs/build
# Publish Sphinx documentation from master branch to GitLab pages
pages
:
stage
:
deploy
dependencies
:
-
docs
script
:
# TODO maybe use https://gitlab.com/ostrokach/gitlab-versioned-pages for multiple versions?
-
mv -r docs/build public
artifacts
:
paths
:
-
public
only
:
-
master
# Use setup.py to build a source distribution package
package
:
stage
:
package
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment