clear cache

This commit is contained in:
Richard Guo 2023-05-12 11:18:55 -04:00
parent 557124e80d
commit def771955d

View File

@ -29,6 +29,9 @@ jobs:
command: |
cd gpt4all-bindings/python/
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 "/*"