Skip to content

Commit

Permalink
Update reduce-asciidoc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmcnees authored May 22, 2024
1 parent 3755fcf commit d521596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reduce-asciidoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
run: sudo gem install asciidoctor-reducer
- name: Reduce README
# to preserve preprocessor conditionals, add the --preserve-conditionals option
run: asciidoctor-reducer --preserve-conditionals -o README-reduced.adoc README.adoc
run: asciidoctor-reducer -o README-reduced.adoc README.adoc
- name: Commit and Push README
uses: EndBug/add-and-commit@v9
with:
add: README-reduced.adoc
add: README-reduced.adoc

0 comments on commit d521596

Please sign in to comment.