Skip to content

Commit

Permalink
Update aws_doc_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelvinrr authored Dec 8, 2023
1 parent f669c1d commit f73b0c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/aws_doc_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ jobs:
aws-region: us-west-2

- name: Upload to S3
run: aws s3 sync site/ s3://${S3_BUCKET_NAME}/${S3_BUCKET_SUBDIR} --delete
run: |
ls -l site/
aws s3 sync site/ s3://asc-public-docs/docs/ --delete

0 comments on commit f73b0c4

Please sign in to comment.