Skip to content

Commit

Permalink
--stacktrace
Browse files Browse the repository at this point in the history
  • Loading branch information
stockduck committed Aug 13, 2024
1 parent ab0cfe6 commit 7efdb0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ help:

# antora.build: @ Builds documentation production output (to build/site)
antora.build:
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 --generator antora-site-generator-lunr --clean antora-playbook.yml --stacktrace
# 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

Expand Down
2 changes: 1 addition & 1 deletion antora.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM antora/antora:3.1.8
FROM antora/antora:3.1.9
ENV DOCSEARCH_ENABLED=true
ENV DOCSEARCH_ENGINE=lunr
ENV NODE_PATH="/usr/local/lib/node_modules"
Expand Down

0 comments on commit 7efdb0e

Please sign in to comment.