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 1906c96 commit a104cf2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 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: 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
run: mvn install asciidoctor:process-asciidoc@asciidoc-to-html asciidoctor:process-asciidoc@asciidoc-to-pdf

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

0 comments on commit a104cf2

Please sign in to comment.