Skip to content

Commit

Permalink
Fix invalid working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
BSVino committed Nov 18, 2021
1 parent 6b3a87b commit 2c767da
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-west-2

- working-directory: landing/HTML
run: |
pwd
ls
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 2c767da

Please sign in to comment.