Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MecaIceIGE
Tools
Documentations
AITA-book
Commits
7db27d04
Commit
7db27d04
authored
Sep 21, 2021
by
Thomas Chauve
Browse files
Update .gitlab-ci.yml
parent
2879d1e3
Pipeline
#75556
failed with stage
in 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7db27d04
image
:
continuumio/miniconda3:latest
before_script
:
-
conda env create -f environment.yml
-
conda init bash
-
source activate basepy39
-
python -m ipykernel install --name basepy39 --display-name "basepy39"
pages
:
stage
:
deploy
script
:
-
pip install git+git://gricad-gitlab.univ-grenoble-alpes.fr/mecaiceige/tools/lib_python/xarray_aita.git
-
pip install git+git://gricad-gitlab.univ-grenoble-alpes.fr/mecaiceige/tools/lib_python/xarray_uvecs.git
-
pip install jupyter-book
-
jupyter-book build .
-
mv _build/html/ public
-
mkdir .public
-
cp -r _build/html/. .public
-
mv .public public
artifacts
:
paths
:
-
public
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment