Skip to content

Commit

Permalink
Replace kramdown-asciidoc with docToolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsmuggler committed Mar 13, 2024
1 parent 48502e2 commit ddd06a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-ruby@v1
- name: Migrate Markdown based ADRs from adr-tools to AsciiDoc
run: gem install kramdown-asciidoc && for f in ./documentation/adrs/*.md; do kramdoc $f; done
- name: Setup docToolchain
run: chmod +x dtcw
- name: Migrate Markdown based ADRs from adr-tools to AsciiDoc
run: ./dtcw exportMarkdown && cp ./build/adrs/*.adoc ./documentation/adrs/
- name: Generate HTML site
run: ./dtcw exportStructurizr generateHTML
- name: Copy documentation to public
Expand Down

0 comments on commit ddd06a3

Please sign in to comment.