Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Documentation
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Helmholtz Metadata Collaboration
HMC Public
unHIDE
Documentation
Commits
c90a2c1c
Commit
c90a2c1c
authored
7 months ago
by
Gabriel Preuß
Browse files
Options
Downloads
Patches
Plain Diff
remove jupyter books pipeline
parent
5f40b8e5
Branches
main
No related tags found
4 merge requests
!14
Value point update
,
!13
new pipeline
,
!10
Transfer SPARQL content
,
!9
Docusaurus based documentation
Pipeline
#431203
passed
7 months ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+2
-1
2 additions, 1 deletion
.gitignore
.gitlab-ci.yml
+6
-9
6 additions, 9 deletions
.gitlab-ci.yml
with
8 additions
and
10 deletions
.gitignore
+
2
−
1
View file @
c90a2c1c
...
...
@@ -2,13 +2,14 @@
/node_modules
# Production
/
docs/_
build
/build
# Generated files
.docusaurus
.cache-loader
# Misc
.idea
.DS_Store
.env.local
.env.development.local
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
6
−
9
View file @
c90a2c1c
...
...
@@ -6,26 +6,23 @@ stages:
docs-build
:
stage
:
build
image
:
python:3.1
0
image
:
node:2
0
script
:
-
pip install -U jupyter-book
-
jupyter-book clean docs
-
jupyter-book toc from-project docs > docs/_toc.yml
-
jupyter-book build docs
-
npm install
-
npm run build
artifacts
:
paths
:
-
docs/_
build
/
-
build
pages
:
stage
:
deploy
image
:
busybox:latest
needs
:
[
docs-build
]
script
:
-
ls
-
mv docs/_build/html public
-
mv build public
artifacts
:
paths
:
-
public
rules
:
-
if
:
$CI_COMMIT_
BRANCH == "main"
-
if
:
'
$CI_COMMIT_
TAG
=~
/^\d+\.\d+(\.\d+)?(-pl\d+){0,1}$/'
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