Skip to content

Commit

Permalink
npx antora -v
Browse files Browse the repository at this point in the history
  • Loading branch information
stockduck committed Aug 13, 2024
1 parent 219b14b commit ab0cfe6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,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
# docker-compose run -u $$(id -u) antora antora generate --clean antora-playbook.yml


Expand All @@ -17,6 +18,7 @@ antora.watch:
docker compose run -u $$(id -u) -T antora onchange \
-i antora-playbook.yml 'components/**' 'content/**' \
-- antora --generator antora-site-generator-lunr antora-playbook.yml
# -- antora --generator antora-site-generator-lunr antora-playbook.yml

# antora.shell: @ Opens bash shell in antora container
antora.shell: CMD ?= /bin/sh
Expand Down
1 change: 1 addition & 0 deletions antora.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ ENV DOCSEARCH_INDEX_VERSION=latest
RUN yarn global add http-server@13.0.2 onchange@7.1.0
RUN node --version
RUN yarn --version
RUN npx antora -v
RUN yarn global add @antora/lunr-extension
WORKDIR /srv/docs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"last 2 versions"
],
"devDependencies": {
"asciidoctor.js": "1.5.9",
"asciidoctor.js": "^1.5.9",
"autoprefixer": "~9.7",
"browser-pack-flat": "~3.4",
"browserify": "~16.5",
Expand Down

0 comments on commit ab0cfe6

Please sign in to comment.