From b4da5b91ed917f6c2e7bffced8f44808e8cb3c66 Mon Sep 17 00:00:00 2001 From: "Matteo Franci a.k.a. Fugerit" Date: Tue, 26 Nov 2024 01:32:48 +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 08fe7711..f7df2ee5 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 -P buildreact + run: mvn clean asciidoctor:process-asciidoc@asciidoc-to-html asciidoctor:process-asciidoc@asciidoc-to-pdf -P buildreact - name: Build Legacy Pages uses: actions/jekyll-build-pages@main