fix missing attribute error, update start page, update readme #553
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Trigger Publish | |
on: | |
push: | |
branches: | |
- publish | |
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: developer |