Skip to content
Snippets Groups Projects
Commit 0dfacc9a authored by Laura Marcela Becerra's avatar Laura Marcela Becerra
Browse files

Update .gitlab-ci.yml file

parent 8e4522d0
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ image: python:3.9-buster ...@@ -8,7 +8,7 @@ image: python:3.9-buster
jupyter-build: jupyter-build:
stage: build stage: build
script: script:
- pip install -r Book/requirements.txt - pip install -r ./requirements.txt
- jupyter-book build ./Book/ # build to public path - jupyter-book build ./Book/ # build to public path
artifacts: artifacts:
paths: paths:
......
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