Skip to content

Commit d521596

Browse files
authored
Update reduce-asciidoc.yml
1 parent 3755fcf commit d521596

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reduce-asciidoc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ 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 --preserve-conditionals -o README-reduced.adoc README.adoc
14+
run: asciidoctor-reducer -o README-reduced.adoc README.adoc
1515
- name: Commit and Push README
1616
uses: EndBug/add-and-commit@v9
1717
with:
18-
add: README-reduced.adoc
18+
add: README-reduced.adoc

0 commit comments

Comments
 (0)