Skip to content
Snippets Groups Projects
Commit 6be701dd authored by Boman Romain's avatar Boman Romain
Browse files

add gitlab pages

parent 25c52ceb
No related branches found
No related tags found
No related merge requests found
Pipeline #18572 failed
image: python:3.10-bookworm
pages:
stage: deploy
before_script:
- python -m pip install -r requirements.txt
script:
- jupyter lite build --contents math0024 --output-dir public
artifacts:
paths:
- public
only:
- main
{
"jupyter-lite-schema-version": 0,
"jupyter-config-data": {
"disabledExtensions": [
"@jupyterlab/drawio-extension",
"jupyterlab-kernel-spy",
"jupyterlab-tour"
]
}
}
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