We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 622d2c8 commit a9775b9Copy full SHA for a9775b9
.github/workflows/reduce-asciidoc.yml
@@ -11,7 +11,7 @@ jobs:
11
run: sudo gem install asciidoctor-reducer
12
- name: Reduce README
13
# to preserve preprocessor conditionals, add the --preserve-conditionals option
14
- run: asciidoctor-reducer -o README-reduced.adoc README.adoc
+ run: asciidoctor-reducer -a env-build-for-spring-academy -o README-reduced.adoc README.adoc
15
- name: Commit and Push README
16
uses: EndBug/add-and-commit@v9
17
with:
0 commit comments