From a9775b92ee20e4c5d232da8dc5fa70d7b809693f Mon Sep 17 00:00:00 2001 From: Robert McNees <86265089+robertmcnees@users.noreply.github.com> Date: Wed, 22 May 2024 06:14:46 -0400 Subject: [PATCH] Update reduce-asciidoc.yml --- .github/workflows/reduce-asciidoc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reduce-asciidoc.yml b/.github/workflows/reduce-asciidoc.yml index 45155bd..534ffca 100644 --- a/.github/workflows/reduce-asciidoc.yml +++ b/.github/workflows/reduce-asciidoc.yml @@ -11,7 +11,7 @@ jobs: run: sudo gem install asciidoctor-reducer - name: Reduce README # to preserve preprocessor conditionals, add the --preserve-conditionals option - run: asciidoctor-reducer -o README-reduced.adoc README.adoc + run: asciidoctor-reducer -a env-build-for-spring-academy -o README-reduced.adoc README.adoc - name: Commit and Push README uses: EndBug/add-and-commit@v9 with: