Skip to content

Commit bc9b2e2

Browse files
authored
Use publish-verify script in publish build (#222)
1 parent 715218e commit bc9b2e2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/docs-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
uses: neo4j/docs-tools/.github/workflows/[email protected]
2121
with:
2222
deploy-id: 0
23-
retain-artifacts: 14
23+
retain-artifacts: 28
24+
package-script: 'publish-verify'
2425

2526
# Parse the json log output from the HTML build, and output warnings and errors as annotations
2627
# Optionally, fail the build if there are warnings or errors

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"serve": "node server.js",
1010
"build": "antora --stacktrace preview.yml",
1111
"build-verify": "antora --stacktrace --fetch preview.yml --log-format=json --log-level=info --log-file ./build/log/log.json",
12-
"publish-verify": "antora --stacktrace --fetch publish.yml --log-format=json --log-file ./build/log/log.json"
12+
"publish-verify": "antora --stacktrace --fetch publish.yml --log-format=json --log-level=info --log-file ./build/log/log.json"
1313
},
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)