Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bentriou Mahmoud
MarkovProcesses.jl
Commits
4fec4688
Commit
4fec4688
authored
May 16, 2022
by
Bentriou Mahmoud
Browse files
Update ci docs
parent
8b244ac5
Pipeline
#19880
passed with stage
in 4 minutes and 32 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4fec4688
...
...
@@ -16,6 +16,7 @@ pages:
image
:
gitlab-research.centralesupelec.fr:4567/2017bentrioum/markovprocesses.jl/julia:latest
script
:
-
apt-get update -qq && apt-get install -y git
-
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 latest
...
...
docs/make.jl
View file @
4fec4688
...
...
@@ -17,8 +17,9 @@ makedocs(
],
format
=
Documenter
.
HTML
(
prettyurls
=
false
)
)
config_gitlab
=
Documenter
.
GitLab
()
deploydocs
(
repo
=
"gitlab-research.centralesupelec.fr/2017bentrioum/markovprocesses.jl.git"
,
deploy_config
=
Documenter
.
GitLab
(),
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment