Skip to content

Commit

Permalink
ci: speed up make readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Michad committed Nov 30, 2024
1 parent 21f4127 commit 78b6f56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ docs:
@cp -r build/site/* internal/website/resources/

readme:
@gem install asciidoctor-reducer
@asciidoctor-reducer -v >/dev/null 2>&1 || gem install asciidoctor-reducer
@asciidoctor-reducer -o README.adoc README_source.adoc
@echo Updated README.adoc

version:
@./${OUT} version --json
Expand Down

0 comments on commit 78b6f56

Please sign in to comment.