Skip to content

Commit

Permalink
add tip to GitHub Actions example about preserving preprocessor condi…
Browse files Browse the repository at this point in the history
…tionals
  • Loading branch information
mojavelinux committed Apr 2, 2023
1 parent e73455c commit f269faa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ jobs:
- name: Install Asciidoctor Reducer
run: sudo gem install asciidoctor-reducer
- name: Reduce README
# to preserve preprocessor conditionals, add the --preserve-conditionals option
run: asciidoctor-reducer -o README.adoc README-source.adoc
- name: Commit and Push README
uses: EndBug/add-and-commit@v9
Expand Down

0 comments on commit f269faa

Please sign in to comment.