From 99f85b55f2f8b46b4b006245d801f277da62f733 Mon Sep 17 00:00:00 2001 From: Neil Dewhurst Date: Tue, 28 Jan 2025 17:54:53 +0000 Subject: [PATCH 1/2] Update branches --- publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.yml b/publish.yml index dcdf7150..3c3e04f5 100644 --- a/publish.yml +++ b/publish.yml @@ -6,7 +6,7 @@ site: content: sources: - url: ./ - branches: ['3.5','4.0','4.1','4.2','4.3','4.4','5.x','HEAD'] + branches: ['4.4','5.x','HEAD'] edit_url: https://github.com/neo4j/docs-status-codes/tree/{refname}/{path} exclude: - '!**/_includes/*' From db2c0b0f77e9795983040357b15e0e09d31cef05 Mon Sep 17 00:00:00 2001 From: Neil Dewhurst Date: Tue, 28 Jan 2025 18:11:53 +0000 Subject: [PATCH 2/2] use antora package --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cb9794b7..990c271d 100644 --- a/package.json +++ b/package.json @@ -23,9 +23,9 @@ }, "homepage": "https://github.com/neo4j/docs-status-codes#readme", "dependencies": { - "@antora/cli": "^3.1.10", + "antora": "^3.1.10", "@antora/site-generator-default": "^3.1.10", - "@neo4j-antora/antora-table-footnotes": "^0.3.2", + "@neo4j-antora/antora-table-footnotes": "^0.3.3", "@neo4j-documentation/macros": "^1.0.4", "@neo4j-documentation/remote-include": "^1.0.0" },