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 77e1a81 commit ae95991
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/asciidoc_2_gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,8 @@ jobs:
- name: Verify Mermaid CLI installation
run: mmdc --version

- 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 AsciiDoc
run: mvn clean install -Pbuildreact

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

0 comments on commit ae95991

Please sign in to comment.