Skip to content
Snippets Groups Projects
Unverified Commit 2c9f1b6a authored by Laurent Heirendt's avatar Laurent Heirendt :airplane: Committed by GitHub
Browse files

Merge pull request #247 from LCSB-BioCore/lh-fix-nbviewer

fix nb viewer - second round
parents fb688393 1ac9bbac
No related branches found
No related tags found
No related merge requests found
...@@ -29,19 +29,9 @@ folder = Base.CoreLogging.with_logger(Base.CoreLogging.NullLogger()) do ...@@ -29,19 +29,9 @@ folder = Base.CoreLogging.with_logger(Base.CoreLogging.NullLogger()) do
) )
end end
## only temporary - will be removed once public ## only temporary - will be removed once properly released
branch = "gh-pages" branch = "gh-pages"
folder = "dev"
for notebook in notebooks
Literate.markdown(
notebook,
notebooks_outdir;
repo_root_url = "https://github.com/$(ENV["TRAVIS_REPO_SLUG"])/blob/master",
nbviewer_root_url = "https://nbviewer.jupyter.org/github/$(ENV["TRAVIS_REPO_SLUG"])/blob/gh-pages/$(folder)",
binder_root_url = "https://mybinder.org/v2/gh/$(ENV["TRAVIS_REPO_SLUG"])/$(branch)?filepath=$(folder)",
)
Literate.notebook(notebook, notebooks_outdir)
end
# generate index.md from .template and the quickstart in README.md # generate index.md from .template and the quickstart in README.md
quickstart = match( quickstart = match(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment