Updated doc to reflect change in LLM_MODELS and GCS_FILE_CACHE (#92) #165
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: labs |