Skip to content

Commit eb7c0cc

Browse files
Fix building branches list
1 parent f2e863d commit eb7c0cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cypher-manual",
3-
"version": "2025",
3+
"version": "5",
44
"description": "Neo4j Cypher Manual",
55
"main": "server.js",
66
"scripts": {

publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ site:
66
content:
77
sources:
88
- url: ./
9-
branches: ['3.5', '4.0', '4.1', '4.2', '4.3', '4.4', 'HEAD']
9+
branches: ['4.4', 'HEAD', 'cypher-25']
1010
edit_url: https://github.com/neo4j/docs-cypher/tree/{refname}/{path}
1111
exclude:
1212
- '!**/_includes/*'
@@ -62,4 +62,4 @@ asciidoc:
6262
page-ad-description: The Call for Papers is now open and we want to hear about your graph-related projects. Submit your talks by June 15
6363
page-ad-link: https://neo4j.com/nodes-2025/
6464
page-ad-underline-role: button
65-
page-ad-underline: Submit your talk
65+
page-ad-underline: Submit your talk

0 commit comments

Comments
 (0)