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