Skip to content

Commit

Permalink
fix: Use correct directory for preview.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Sep 20, 2024
1 parent 0c5429b commit 086a92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/antora/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build-verify": "antora --stacktrace --fetch preview.yml --log-format=json --log-level=info --log-file ./build/log/log.json",
"publish-verify": "antora --stacktrace --fetch publish.yml --log-format=json --log-level=info --log-file ./build/log/log.json",
"build-preview": "antora ../../docs/target/asciidoc/preview.yml --stacktrace --log-format=pretty",
"preview": "npm run build-preview && npx http-server -a localhost -o -c-1 ../../target/antora"
"preview": "npm run build-preview && npx http-server -a localhost -o -c-1 ../../docs/target/asciidoc/build/site"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 086a92b

Please sign in to comment.