[#33] Migrate to support AsciiDoc implementation
This commit is contained in:
parent
14ac685c52
commit
e4ee19b87c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue