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
1db567cd
Verified
Commit
1db567cd
authored
May 11, 2021
by
Laurent Heirendt
✈
Browse files
[skip ci] fix nb viewer
parent
aaa834ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/make.jl
View file @
1db567cd
...
...
@@ -18,7 +18,16 @@ notebooks =
joinpath
.
(
notebooks_path
,
filter
(
x
->
endswith
(
x
,
".jl"
),
readdir
(
notebooks_path
)))
notebooks_outdir
=
joinpath
(
@__DIR__
,
"src"
,
"notebooks"
)
folder
=
"stable"
# set the appropriate folder
folder
=
Base
.
CoreLogging
.
with_logger
(
Base
.
CoreLogging
.
NullLogger
())
do
Documenter
.
deploy_folder
(
nothing
;
repo
=
"github.com/
$
(ENV["
TRAVIS_PULL_REQUEST
"]).git"
,
devbranch
=
"master"
,
push_preview
=
true
,
devurl
=
"dev"
,
)
end
## only temporary - will be removed once public
branch
=
"gh-pages"
...
...
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