Skip to content
Snippets Groups Projects
Commit 5f40b8e5 authored by Gabriel Preuß's avatar Gabriel Preuß
Browse files

fix jupyter pipeline

parent e9af3683
No related branches found
No related tags found
5 merge requests!13new pipeline,!12User docs on web APIs,!11User docs for web UI and API,!10Transfer SPARQL content,!9Docusaurus based documentation
Pipeline #431158 passed
......@@ -2,7 +2,7 @@
/node_modules
# Production
/build
/docs/_build
# Generated files
.docusaurus
......
......@@ -6,12 +6,12 @@ stages:
docs-build:
stage: build
image: python:latest
image: python:3.10
script:
- pip install -U jupyter-book
- jupyter-book clean docs
- jupyter-book toc from-project docs > docs/_toc.yml
- jupyter-book build docs
- ls
artifacts:
paths:
- docs/_build/
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment