Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
🍀 Switch document generation to .adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
MeneDev committed Sep 7, 2018
1 parent aa4e53b commit c70be74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
git checkout -b master 2>/dev/null || git checkout master
git reset --hard $digest
/tmp/workspace/release/dockmoor-linux_amd64 --markdown > cmd/dockmoor/doc/dockmoor.md
/tmp/workspace/release/dockmoor-linux_amd64 --asciidoc-usage > cmd/dockmoor/doc/dockmoor.adoc
asciidoctor -b docbook5 cmd/dockmoor/doc/_readme.adoc
pandoc -f docbook -t asciidoc --wrap=none --columns=120 cmd/dockmoor/doc/_readme.xml -o README.adoc
Expand Down

0 comments on commit c70be74

Please sign in to comment.