From fe9586327a9f1ff7138aaa852c0530b11e80252d Mon Sep 17 00:00:00 2001 From: Nicola Vitucci Date: Fri, 14 Feb 2025 11:30:46 +0000 Subject: [PATCH] Prepare dev branch for publication --- publish.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/publish.yml b/publish.yml index 4ddfaaf..0b6fc82 100644 --- a/publish.yml +++ b/publish.yml @@ -6,9 +6,9 @@ site: content: sources: - - url: https://github.com/neo4j/docs-spark.git + - url: ./ edit_url: https://github.com/neo4j/docs-spark/tree/{refname}/{path} - branches: ['dev', '4.2', '4.1', '4.0'] + branches: ['HEAD', '4.2', '4.1', '4.0'] exclude: - '!**/_includes/*' - '!**/readme.adoc' @@ -23,13 +23,6 @@ ui: urls: html_extension_style: indexify -antora: - extensions: - - require: "@neo4j-antora/antora-modify-sitemaps" - sitemap_version: '5' - sitemap_loc_version: 'current' - move_sitemaps_to_components: true - asciidoc: extensions: - "@neo4j-documentation/remote-include"