[#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: install:
apt: apt:
- asciidoc - asciidoctor
riju: riju:
- prettier - prettier
@ -31,6 +31,6 @@ template: |
Hello, world! Hello, world!
compile: | compile: |
asciidoc -s main.adoc asciidoctor -s main.adoc
run: | run: |
prettier --no-config main.html prettier --no-config main.html