Skip to content
Snippets Groups Projects
Commit 2a7e2e66 authored by vuillaut's avatar vuillaut
Browse files

revert CI

parent ed5887d1
No related branches found
No related tags found
1 merge request!92Documentation versioning
......@@ -107,16 +107,17 @@ deploy_zenodo:
- tags
image: alpine:latest
pages:
stage: deploy_pages
script:
- mkdir -p public
- cp docs/redirect_index.html public/index.html
artifacts:
paths:
- public
only:
- master
stage: deploy_pages
image: ubuntu:latest
script:
- apt update --yes && apt install --yes pandoc pip
- pip install -U -r docs/doc_requirements.txt
- pip install .
- sphinx-build -b html docs public
artifacts:
paths:
- public
only:
- master
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