Small refinements
This commit is contained in:
parent
4be88ee094
commit
3e95ddfa6c
|
|
@ -1,5 +1,5 @@
|
|||
build/
|
||||
node_modules/
|
||||
tmp/
|
||||
.vscode/
|
||||
node_modules/
|
||||
build/
|
||||
.DS_Store/
|
||||
**/.DS_Store
|
||||
4
Makefile
4
Makefile
|
|
@ -1,7 +1,7 @@
|
|||
local:
|
||||
mkdir -p tmp
|
||||
npx antora --version
|
||||
npx antora --stacktrace --log-format=pretty \
|
||||
npx antora --stacktrace --log-format=pretty --log-level=info \
|
||||
playbook-local.yml \
|
||||
2>&1 | tee tmp/local-build.log 2>&1
|
||||
|
||||
|
|
@ -9,7 +9,7 @@ remote:
|
|||
mkdir -p tmp
|
||||
npm install && npm update
|
||||
npx antora --version
|
||||
npx antora --stacktrace --log-format=pretty \
|
||||
npx antora --stacktrace --log-format=pretty --log-level=info \
|
||||
playbook-remote.yml \
|
||||
2>&1 | tee tmp/remote-build.log 2>&1
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"devDependencies": {
|
||||
"antora": "3.1.9"
|
||||
"antora": "3.1.9",
|
||||
"http-server": "^14.1.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@antora/lunr-extension": "^1.0.0-alpha.8",
|
||||
"@asciidoctor/tabs": "^1.0.0-beta.6",
|
||||
"http-server": "^14.1.1",
|
||||
"nodejieba": "^3.4.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue