From 6c7d343534153fc6f3e67d44dd240a7e27dae8a4 Mon Sep 17 00:00:00 2001 From: "Matteo Franci a.k.a. Fugerit" Date: Tue, 26 Nov 2024 01:32:27 +0100 Subject: [PATCH] Build playground guide --- .github/workflows/asciidoc_2_gh_pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/asciidoc_2_gh_pages.yml b/.github/workflows/asciidoc_2_gh_pages.yml index 910b0b1d..08fe7711 100644 --- a/.github/workflows/asciidoc_2_gh_pages.yml +++ b/.github/workflows/asciidoc_2_gh_pages.yml @@ -51,7 +51,7 @@ jobs: run: mmdc --version - name: Convert AsciiDoc to HTML5 and PDF - run: mvn install 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 -P buildreact - name: Build Legacy Pages uses: actions/jekyll-build-pages@main