Skip to content
Snippets Groups Projects
Commit ccbfe0c1 authored by Luke Conibear's avatar Luke Conibear
Browse files

adding CI for docs

parent e674209d
No related branches found
No related tags found
No related merge requests found
Pipeline #124 canceled
profile.bash
**.DS_Store
**/__pycache__
docs/_build/
docs/book/_build/
\ No newline at end of file
docs:
image: continuumio/miniconda:latest
stage: build
tags:
- docker
script:
- conda env create --file environment.yml
- conda init bash
- source ~/.bashrc
- conda activate wrfotron_docs
- jupyter-book build docs
\ No newline at end of file
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