Skip to content

Commit

Permalink
Generate demos before updating the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Mar 30, 2022
1 parent ecf90e1 commit 045fdb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ md:
#!/usr/bin/env bash
asciidoctor -b docbook -a leveloffset=+1 -o - README_src.adoc | pandoc --markdown-headings=atx --wrap=preserve -t markdown_strict -f docbook - > README.md

release: check test_all bump doc md demos
release: check test_all bump demos doc md

coverage:
#!/usr/bin/env bash
Expand Down

0 comments on commit 045fdb4

Please sign in to comment.