Skip to content

Commit

Permalink
Build playground guide
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Nov 26, 2024
1 parent b4da5b9 commit 77e1a81
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/asciidoc_2_gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,11 @@ jobs:
- name: Verify Mermaid CLI installation
run: mmdc --version

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

- name: Convert AsciiDoc to HTML5 Playground
run: cd fj-doc-playground-quarkus;mvn clean asciidoctor:process-asciidoc@asciidoc-to-html -Pbuildreact

- name: Build Legacy Pages
uses: actions/jekyll-build-pages@main
Expand Down

0 comments on commit 77e1a81

Please sign in to comment.