Skip to content

Commit

Permalink
Merge pull request #9 from neo4j-documentation/main
Browse files Browse the repository at this point in the history
Copy workflow changes to preview branch
  • Loading branch information
neo4j-mkd authored Aug 9, 2023
2 parents d6bfcbb + 3679d73 commit 9faa9cd
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 6 deletions.
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

0 comments on commit 9faa9cd

Please sign in to comment.