Skip to content

Commit

Permalink
Build playground guide #265
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Nov 26, 2024
1 parent 6637107 commit 1906c96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/asciidoc_2_gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
- name: Verify Mermaid CLI installation
run: mmdc --version

- name: Build playground
run: cd fj-doc-playground-quarkus;mvn clean asciidoctor:process-asciidoc@asciidoc-to-html

- name: Convert AsciiDoc to HTML5 and PDF
run: cd fj-doc-guide;mvn clean asciidoctor:process-asciidoc@asciidoc-to-html asciidoctor:process-asciidoc@asciidoc-to-pdf

Expand Down

0 comments on commit 1906c96

Please sign in to comment.