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

Squash of several CI tests commits

parent 93b65e92
No related branches found
No related tags found
No related merge requests found
......@@ -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
- mv docs/build public
- ls
- ls 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.
Finish editing this message first!
Please register or to comment