Skip to content

Commit

Permalink
remove cloudfront
Browse files Browse the repository at this point in the history
  • Loading branch information
chen23 committed Jan 6, 2025
1 parent 44fc4b6 commit 7dfd801
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-the-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ jobs:
if:
github.ref == 'refs/heads/main'
run: |
aws s3 sync --delete $PWD/docs/_build/html/ s3://clouddocs.f5.com/training/community/$S3_DIR/html/
aws cloudfront create-invalidation --distribution-id ${{ secrets.AWS_DIST_ID }} --paths /training/community/$S3_DIR
aws s3 sync --delete $PWD/docs/_build/html/ s3://clouddocs.f5.com/training/community/$S3_DIR/html/

0 comments on commit 7dfd801

Please sign in to comment.