Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LCSB-BioCore
COBREXA.jl
Commits
32e8b379
Unverified
Commit
32e8b379
authored
May 11, 2021
by
Laurent Heirendt
✈
Committed by
GitHub
May 11, 2021
Browse files
Merge pull request #234 from LCSB-BioCore/lh-fix-deploy-doc
set env for PR/MR
parents
b45c8b3b
831b8928
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/make.jl
View file @
32e8b379
...
...
@@ -3,6 +3,13 @@ using Literate
ENV
[
"TRAVIS_REPO_SLUG"
]
=
"LCSB-BioCore/COBREXA.jl"
# set the merge/pull request ID
if
ENV
[
"CI_MERGE_REQUEST_ID"
]
!=
""
ENV
[
"TRAVIS_PULL_REQUEST"
]
=
ENV
[
"CI_MERGE_REQUEST_ID"
]
else
ENV
[
"TRAVIS_PULL_REQUEST"
]
=
"false"
end
# generate notebooks
notebooks_path
=
joinpath
(
@__DIR__
,
"src"
,
"notebooks-src"
)
notebooks
=
...
...
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