From a104cf29ef871e450568e43cb13f63c83bf13183 Mon Sep 17 00:00:00 2001 From: "Matteo Franci a.k.a. Fugerit" Date: Tue, 26 Nov 2024 01:29:41 +0100 Subject: [PATCH] Build playground guide --- .github/workflows/asciidoc_2_gh_pages.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/asciidoc_2_gh_pages.yml b/.github/workflows/asciidoc_2_gh_pages.yml index d98f7067..910b0b1d 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: 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