Skip to content

Commit

Permalink
Sync the correct directory
Browse files Browse the repository at this point in the history
  • Loading branch information
BSVino committed Nov 18, 2021
1 parent 0eba78f commit 99b500c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
aws-region: us-west-2

- working-directory: landing/HTML
run: aws s3 sync htdocs/* s3://docs.gl --delete
run: aws s3 sync htdocs s3://docs.gl --delete

- run: aws cloudfront create-invalidation --distribution-id ${{ secrets.AWS_CLOUDFRONT_DOCSGL_DISTRIBUTION_ID }} --paths /*

0 comments on commit 99b500c

Please sign in to comment.