Skip to content

Executable BioRuby documents

Kozo Nishida edited this page Dec 14, 2018 · 8 revisions

What we hacked

The workflow process

  • Once the github repo is updated, Travis CI pull the document and runs rubydown.
  • rubydown is pure-Ruby R Markdown clone. rubydown runs Ruby code chunks in the Markdown, and generates HTML.
  • Next Travis CI upload the HTML to surge.sh. Surge.sh is static web publishing service.

Clone this wiki locally