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

Try to make the doc accessible in dev mode

parent 06a06fa3
No related branches found
No related tags found
No related merge requests found
Pipeline #29246 passed
......@@ -23,12 +23,12 @@ pages:
# 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 dev
- mkdir .public
- cp -r * .public
- mv .public public
artifacts:
paths:
- public
- dev
# rules:
# - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
tags:
......
......@@ -21,7 +21,9 @@ config_gitlab = Documenter.GitLab()
deploydocs(
repo = "gitlab-research.centralesupelec.fr/2017bentrioum/markovprocesses.jl.git",
deploy_config = config_gitlab,
devbranch = "ci_tests",
devurl = "dev",
branch = "pages"
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment