mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-24 06:27:22 +00:00
Merge pull request #547 from nomic-ai/clear-cloudfront-cache
CircleCI Step to Clear Cloudfront Cache
This commit is contained in:
commit
d56aada08c
@ -29,6 +29,9 @@ jobs:
|
|||||||
command: |
|
command: |
|
||||||
cd gpt4all-bindings/python/
|
cd gpt4all-bindings/python/
|
||||||
aws s3 cp ./site s3://docs.gpt4all.io/ --recursive | cat
|
aws s3 cp ./site s3://docs.gpt4all.io/ --recursive | cat
|
||||||
|
- run:
|
||||||
|
name: Invalidate docs.gpt4all.io cloudfront
|
||||||
|
command: aws cloudfront create-invalidation --distribution-id E1STQOW63QL2OH --paths "/*"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user