diff --git a/build.sh b/build.sh index b81a562..2486433 100644 --- a/build.sh +++ b/build.sh @@ -5,4 +5,5 @@ ${asciidoctor}/bin/asciidoctor -r asciidoctor-diagram -o ${out}/page.html ${src} asciidoctor-revealjs -r asciidoctor-diagram -o ${out}/slides.html --trace ${src}/slides.adoc cp -r ${revealjs} ${out}/reveal.js cp -r ${images} ${out}/images +ln -s slides.html ${out}/index.html