Skip to content

Commit f52f0cd

Browse files
Avoid building outdated branches (#462)
Currently drivers supported versions are 4.4 and 5.x.
1 parent 6901a67 commit f52f0cd

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

publish.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ site:
66
content:
77
sources:
88
- url : ./
9-
branches: ['HEAD','4.4','4.3','4.2']
9+
branches: ['HEAD','4.4']
1010
edit_url: https://github.com/neo4j/docs-drivers/tree/{refname}/{path}
1111
worktrees: true
1212
start_paths:
@@ -20,14 +20,6 @@ content:
2020
- '!**/_includes/*'
2121
- '!**/readme.adoc'
2222
- '!**/README.adoc'
23-
- url : ./
24-
branches: ['4.1','4.0','1.7']
25-
edit_url: https://github.com/neo4j/docs-drivers/tree/{refname}/{path}
26-
worktrees: true
27-
exclude:
28-
- '!**/_includes/*'
29-
- '!**/readme.adoc'
30-
- '!**/README.adoc'
3123
ui:
3224
bundle:
3325
url: https://static-content.neo4j.com/build/ui-bundle-latest.zip

0 commit comments

Comments
 (0)