File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -30,24 +30,24 @@ jobs:
3030 docs-build :
3131 if : ${{ inputs.html || github.event_name == 'push' }}
3232 name : Generate HTML
33- uses : neo4j/docs-tools/.github/workflows/reusable-docs-build.yml@v1.2.0
33+ uses : neo4j/docs-tools/.github/workflows/reusable-docs-build.yml@v2.0.0-rc-1
3434 with :
3535 retain-artifacts : 14
3636 deploy-id : 0
3737
3838 docs-verify :
3939 name : Verify HTML
4040 needs : docs-build
41- uses : neo4j/docs-tools/.github/workflows/reusable-docs-verify.yml@v1.2.0
41+ uses : neo4j/docs-tools/.github/workflows/reusable-docs-verify.yml@v2.0.0-rc-1
4242
4343 docs-links :
4444 if : ${{ inputs.links || github.event_name == 'push' }}
4545 name : Check links
4646 needs : docs-build
47- uses : neo4j/docs-tools/.github/workflows/reusable-docs-links.yml@v1.2.0
47+ uses : neo4j/docs-tools/.github/workflows/reusable-docs-links.yml@v2.0.0-rc-1
4848
4949 docs-lint :
5050 if : ${{ inputs.lint || github.event_name == 'push' }}
5151 name : Lint docs
52- uses : neo4j/docs-tools/.github/workflows/reusable-docs-lint.yml@v1.2.0
52+ uses : neo4j/docs-tools/.github/workflows/reusable-docs-lint.yml@v2.0.0-rc-1
5353
Original file line number Diff line number Diff line change @@ -13,17 +13,18 @@ jobs:
1313
1414 # Generate HTML
1515 docs-build-pr :
16- uses : neo4j/docs-tools/.github/workflows/reusable-docs-build.yml@v1.2.0
16+ uses : neo4j/docs-tools/.github/workflows/reusable-docs-build.yml@v2.0.0-rc-1
1717 with :
1818 deploy-id : ${{ github.event.number }}
1919 retain-artifacts : 14
20+ antora-extensions-exclude : " @neo4j-antora/xref-hash-validator" # Exclude the xref hash validator extension
2021
2122 # Parse the json log output from the HTML build, and output warnings and errors as annotations
2223 # Optionally, fail the build if there are warnings or errors
2324 # By default, the job fails if there are errors, passes if there are warnings only.
2425 docs-verify-pr :
2526 needs : docs-build-pr
26- uses : neo4j/docs-tools/.github/workflows/reusable-docs-verify.yml@v1.2.0
27+ uses : neo4j/docs-tools/.github/workflows/reusable-docs-verify.yml@v2.0.0-rc-1
2728 with :
2829 failOnWarnings : true
2930
5556 docs-updates-comment-pr :
5657 if : needs.docs-build-pr.outputs.pages-listed == 'success'
5758 needs : [docs-build-pr, docs-changes-pr]
58- uses : neo4j/docs-tools/.github/workflows/reusable-docs-pr-changes.yml@v1.2.0
59+ uses : neo4j/docs-tools/.github/workflows/reusable-docs-pr-changes.yml@v2.0.0-rc-1
5960 with :
6061 pages-modified : ${{ needs.docs-changes-pr.outputs.pages-modified }}
6162 pages-added : ${{ needs.docs-changes-pr.outputs.pages-added }}
You can’t perform that action at this time.
0 commit comments