Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MarkovProcesses.jl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bentriou Mahmoud
MarkovProcesses.jl
Commits
9c6aa600
Commit
9c6aa600
authored
2 years ago
by
Mahmoud Bentriou
Browse files
Options
Downloads
Patches
Plain Diff
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
2 years ago
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
docs/make.jl
+2
-0
2 additions, 0 deletions
docs/make.jl
with
5 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
View file @
9c6aa600
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
docs/make.jl
+
2
−
0
View file @
9c6aa600
...
...
@@ -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"
)
This diff is collapsed.
Click to expand it.
Bentriou Mahmoud
@2017bentrioum
mentioned in commit
34bca724
·
2 years ago
mentioned in commit
34bca724
mentioned in commit 34bca7248ee336333cf7d7fba2858e16c693f34c
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment