Skip to content

Commit 6910e99

Browse files
authored
Packages workflows refine (#261)
* update workflow to 1.2.0 * update packages
1 parent dd72fcf commit 6910e99

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

.github/workflows/docs-pr-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
# Generate HTML
1515
docs-build-pr:
16-
uses: neo4j/docs-tools/.github/workflows/reusable-docs-build.yml@v1.1.2
16+
uses: neo4j/docs-tools/.github/workflows/reusable-docs-build.yml@v1.2.0
1717
with:
1818
deploy-id: ${{ github.event.number }}
1919
retain-artifacts: 14
@@ -23,7 +23,7 @@ jobs:
2323
# By default, the job fails if there are errors, passes if there are warnings only.
2424
docs-verify-pr:
2525
needs: docs-build-pr
26-
uses: neo4j/docs-tools/.github/workflows/reusable-docs-verify.yml@v1.1.2
26+
uses: neo4j/docs-tools/.github/workflows/reusable-docs-verify.yml@v1.2.0
2727
with:
2828
failOnWarnings: true
2929

@@ -55,7 +55,7 @@ jobs:
5555
docs-updates-comment-pr:
5656
if: needs.docs-build-pr.outputs.pages-listed == 'success'
5757
needs: [docs-build-pr, docs-changes-pr]
58-
uses: neo4j/docs-tools/.github/workflows/reusable-docs-pr-changes.yml@v1.1.2
58+
uses: neo4j/docs-tools/.github/workflows/reusable-docs-pr-changes.yml@v1.2.0
5959
with:
6060
pages-modified: ${{ needs.docs-changes-pr.outputs.pages-modified }}
6161
pages-added: ${{ needs.docs-changes-pr.outputs.pages-added }}

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,13 @@
2323
},
2424
"homepage": "https://github.com/neo4j/docs-java-reference#readme",
2525
"dependencies": {
26-
"antora": "^3.1.10",
27-
"@neo4j-antora/antora-add-notes": "^0.3.1",
26+
"@neo4j-antora/antora-add-notes": "^0.3.2",
2827
"@neo4j-antora/antora-listing-roles": "^0.1.0",
29-
"@neo4j-antora/antora-modify-sitemaps": "^0.7.0",
30-
"@neo4j-antora/antora-table-footnotes": "^0.3.2",
28+
"@neo4j-antora/antora-table-footnotes": "^0.3.3",
3129
"@neo4j-antora/selector-labels": "^0.1.1",
32-
"@neo4j-documentation/macros": "^1.0.2",
33-
"@neo4j-documentation/remote-include": "^1.0.0"
30+
"@neo4j-documentation/macros": "^1.0.4",
31+
"@neo4j-documentation/remote-include": "^1.0.0",
32+
"antora": "^3.1.10"
3433
},
3534
"devDependencies": {
3635
"express": "^5.0.1",

0 commit comments

Comments
 (0)