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 8dc9f2d commit f260689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reduce-asciidoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -a env-build-for-spring-academy -o README-reduced.adoc README.adoc
run: asciidoctor-reducer -a env-build-for-spring-academy -a allow-uri-read -o README-reduced.adoc README.adoc
- name: Commit and Push README
uses: EndBug/add-and-commit@v9
with:
Expand Down

0 comments on commit f260689

Please sign in to comment.