https://github.com/hpc-maths/ponio
Tip revision: 20b0b2ff6c0cbf33bd89ac8c8a5f81bb6e938fea authored by Josselin Massot on 26 September 2024, 09:26:36 UTC
docs: add authors file (#60)
docs: add authors file (#60)
Tip revision: 20b0b2f
.gitlab-ci.yml
image: condaforge/mambaforge
pages:
script:
- conda env create -f analysis/environment.yml
- source activate ponio-analysis-env
- mkdir public
- python analysis/analysis.py database/*.json -o public/api --standalone
- cp html/*.html html/*.css html/*.js html/*.ico public
artifacts:
paths:
- public
only:
- main