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" }, 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/*'