Skip to content

Commit

Permalink
generate
Browse files Browse the repository at this point in the history
  • Loading branch information
stockduck committed Aug 13, 2024
1 parent a14a711 commit e03d8b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ help:
# antora.build: @ Builds documentation production output (to build/site)
antora.build:
# docker compose run -u $$(id -u) antora --generator -h
docker compose run -u $$(id -u) antora antora --generator @antora/lunr-extension --clean antora-playbook.yml
# docker compose run -u $$(id -u) antora antora --generator @antora/lunr-extension --clean antora-playbook.yml
# docker compose run -u $$(id -u) antora antora --generator antora-site-generator-lunr --clean antora-playbook.yml
# docker-compose run -u $$(id -u) antora antora generate --clean antora-playbook.yml
docker-compose run -u $$(id -u) antora antora generate --clean antora-playbook.yml


# antora.run: @ Serves documentation output (on port 8051)
Expand Down

0 comments on commit e03d8b9

Please sign in to comment.