Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pystencils
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
pycodegen
pystencils
Commits
9b939948
Commit
9b939948
authored
1 year ago
by
Frederik Hennig
Browse files
Options
Downloads
Patches
Plain Diff
publish dev documentation
parent
f756b4d4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#64580
failed
1 year ago
Stage: pretest
Stage: test
Stage: docs
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-5
7 additions, 5 deletions
.gitlab-ci.yml
with
7 additions
and
5 deletions
.gitlab-ci.yml
+
7
−
5
View file @
9b939948
stages
:
-
pretest
-
test
-
docs
-
deploy
...
...
@@ -304,8 +305,9 @@ mypy-typecheck:
build-documentation
:
stage
:
test
image
:
i10git.cs.fau.de:5005/pycodegen/pycodegen/documentation
stage
:
docs
needs
:
[]
before_script
:
-
pip install -e .[doc]
script
:
...
...
@@ -321,14 +323,14 @@ build-documentation:
pages
:
image
:
i10git.cs.fau.de:5005/pycodegen/pycodegen/full
stage
:
deploy
needs
:
[
"
build-documentation"
]
script
:
-
ls -l
-
mv coverage_report html_doc
-
mv docs/build/html public
# folder has to be named "public" for gitlab to publish it
# - mv coverage_report html_doc
-
mv docs/build/html public/dev-nbackend
# folder has to be named "public" for gitlab to publish it
artifacts
:
paths
:
-
public
tags
:
-
docker
only
:
-
master
@pycodegen/pystencils
-
backend_rework
@pycodegen/pystencils
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