Skip to content

Commit

Permalink
Use publish-verify script in publish build (neo4j#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
recrwplay authored Nov 22, 2024
1 parent 715218e commit bc9b2e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
uses: neo4j/docs-tools/.github/workflows/[email protected]
with:
deploy-id: 0
retain-artifacts: 14
retain-artifacts: 28
package-script: 'publish-verify'

# Parse the json log output from the HTML build, and output warnings and errors as annotations
# Optionally, fail the build if there are warnings or errors
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"serve": "node server.js",
"build": "antora --stacktrace preview.yml",
"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-file ./build/log/log.json"
"publish-verify": "antora --stacktrace --fetch publish.yml --log-format=json --log-level=info --log-file ./build/log/log.json"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit bc9b2e2

Please sign in to comment.