Skip to content
Snippets Groups Projects
publish.sh 95 B
#!/bin/bash

asciidoctor site/index.adoc -o public/index.html
cp -r site/{img,styles} public/.