Skip to content

Commit

Permalink
Merge branch 'master' into remove-apoc-extended
Browse files Browse the repository at this point in the history
  • Loading branch information
recrwplay authored Mar 6, 2024
2 parents 010379d + 6484632 commit 040edb4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_redirects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Deploy redirects.conf

on:
push:
branches:
- master
paths:
- 'neo4jComRedirects/redirects-labs.conf'

Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/developer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ jobs:
AWS_REGION: ${{ secrets.AWS_S3_REGION }}
SOURCE_DIR: 'build/site/'

# - name: Invalidate CloudFront Cache
# uses: chetan/invalidate-cloudfront-action@v2
# env:
# DISTRIBUTION: ${{ secrets.AWS_CLOUDFRONT_DISTRIBUTION }}
# PATHS: "/*"
# AWS_REGION: ${{ secrets.AWS_S3_REGION }}
# AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
# AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
- name: Invalidate CloudFront Cache
uses: chetan/invalidate-cloudfront-action@v2
env:
DISTRIBUTION: ${{ vars.AWS_CLOUDFRONT_DISTRIBUTION }}
PATHS: "/labs/* /developer/*"
AWS_REGION: ${{ secrets.AWS_S3_REGION }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

# Index into Algolia
# - run: npm run index
Expand Down
2 changes: 1 addition & 1 deletion labs-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ content:
branches: ['master']
start_path: doc/docs
# - url: https://github.com/neo4j-contrib/neo4j-apoc-procedures
# branches: ['5.15', '4.4', '4.3', '4.2', '4.1', '4.0']
# branches: ['5.16', '4.4', '4.3', '4.2', '4.1', '4.0']
# start_path: docs/asciidoc
- url: https://github.com/neo4j-labs/neosemantics
branches: ['5.14','4.3', '4.2', '4.1', '4.0']
Expand Down

0 comments on commit 040edb4

Please sign in to comment.