Skip to content

Commit

Permalink
Remove cloudfront invalidation
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-cowley committed Oct 6, 2023
1 parent b668a20 commit a45c9bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
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: ${{ 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 }}

# Index into Algolia
# - run: npm run index
Expand Down
1 change: 0 additions & 1 deletion labs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
site:
title: Neo4j Developer Portal
url: /developer
start_page: developer:ROOT:index.adoc

content:
sources:
Expand Down

0 comments on commit a45c9bf

Please sign in to comment.