From ae95991e1c160ba9066cbdfc4e661f5250d6706b Mon Sep 17 00:00:00 2001 From: "Matteo Franci a.k.a. Fugerit" Date: Tue, 26 Nov 2024 01:40:36 +0100 Subject: [PATCH] Build playground guide --- .github/workflows/asciidoc_2_gh_pages.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/asciidoc_2_gh_pages.yml b/.github/workflows/asciidoc_2_gh_pages.yml index d8b7e1cc..76ac28b0 100644 --- a/.github/workflows/asciidoc_2_gh_pages.yml +++ b/.github/workflows/asciidoc_2_gh_pages.yml @@ -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