Skip to content

Commit a9775b9

Browse files
authored
Update reduce-asciidoc.yml
1 parent 622d2c8 commit a9775b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reduce-asciidoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
run: sudo gem install asciidoctor-reducer
1212
- name: Reduce README
1313
# to preserve preprocessor conditionals, add the --preserve-conditionals option
14-
run: asciidoctor-reducer -o README-reduced.adoc README.adoc
14+
run: asciidoctor-reducer -a env-build-for-spring-academy -o README-reduced.adoc README.adoc
1515
- name: Commit and Push README
1616
uses: EndBug/add-and-commit@v9
1717
with:

0 commit comments

Comments
 (0)