Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy workflow changes to preview branch #9

Merged
merged 10 commits into from
Aug 9, 2023
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Trigger Publish

on:
push:
branches:
- main

jobs:
trigger_publish:
runs-on: ubuntu-latest

steps:
- name: Trigger Developer Event
uses: peter-evans/repository-dispatch@main
with:
token: ${{ secrets.BUILD_ACCESS_TOKEN }}
repository: neo4j-documentation/docs-refresh
event-type: labs
3 changes: 1 addition & 2 deletions antora.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: industry-use-cases
title: Neo4j Indstry Use Cases
version: '1.0'
# display_version: '1.0-preview'
version: ~
start_page: ROOT:index.adoc
nav:
- modules/ROOT/content-nav.adoc
4 changes: 2 additions & 2 deletions modules/ROOT/content-nav.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
* xref:index.adoc[]
* *Neo4j Industry Use Cases*

* xref:index.adoc[Overview]

* xref:finserv/index.adoc[]
** xref:finserv/investment-banking/index.adoc[]
Expand All @@ -12,4 +13,3 @@

* xref:insurance/index.adoc[]
** xref:insurance/quote-fraud.adoc[]

4 changes: 2 additions & 2 deletions publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
site:
title: Neo4j Industry Use Cases
url: https://neo4j.com/docs
start_page: industry-use-cases:ROOT:index.ado
start_page: industry-use-cases:ROOT:index.adoc

content:
sources:
Expand Down Expand Up @@ -45,7 +45,7 @@ asciidoc:
page-canonical-root: /docs
page-terms-to-mark: Cypher
page-pagination: true
page-no-canonical: true
page-no-canonical: true
page-origin-private: true
page-hide-toc: false
page-mixpanel: 4bfb2414ab973c741b6f067bf06d5575
Expand Down