Skip to content
Snippets Groups Projects
Commit 06a06fa3 authored by Mahmoud Bentriou's avatar Mahmoud Bentriou
Browse files

Try to make the doc accessible in dev mode

parent c70afa90
No related branches found
No related tags found
No related merge requests found
Pipeline #29243 failed
......@@ -20,14 +20,15 @@ pages:
- export PYTHON=""
# The Pkg.develop() makes MarkovProcesses.jl available in julia
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=".")); Pkg.instantiate();'
# To avoid PyImport error with sklearn
- julia --project=docs/ -e 'using Pkg; Pkg.add("Conda"); using Conda; Conda.add("scikit-learn")'
- julia --project=docs/ --color=yes docs/make.jl # make documentation
- mkdir public
# - mkdir public/dev
- mv docs/build public
- mkdir dev
artifacts:
paths:
- public
- dev
# rules:
# - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment