[#33] Migrate to support AsciiDoc implementation

This commit is contained in:
Radon Rosborough 2021-07-17 08:51:48 +00:00
parent 14ac685c52
commit e4ee19b87c
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ info:
install:
apt:
- asciidoc
- asciidoctor
riju:
- prettier
@ -31,6 +31,6 @@ template: |
Hello, world!
compile: |
asciidoc -s main.adoc
asciidoctor -s main.adoc
run: |
prettier --no-config main.html