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

Update ci docs

parent b030d99c
No related branches found
No related tags found
No related merge requests found
Pipeline #19884 failed
......@@ -19,7 +19,8 @@ pages:
- echo $CI_COMMIT_BRANCH
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=".")); Pkg.instantiate();'
- julia --project=docs/ --color=yes docs/make.jl # make documentation
- mv docs/build public/
- mkdir public/dev
- mv docs/build public/dev
artifacts:
paths:
- public
......@@ -27,4 +28,6 @@ pages:
# - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
tags:
- docker
# only:
# - ci_tests
#
......@@ -2,6 +2,8 @@
MarkovProcesses.jl
==================
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://2017bentrioum.pages.centralesupelec.fr/markovprocesses.jl/dev)
A Julia package for efficient simulation, statistical inference and verification of Continuous Time Markov Chains.
It implements:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment