Skip to content

Commit 25cecc3

Browse files
committed
fix syntax for aws s3 sync
1 parent 0287b71 commit 25cecc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-s3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
aws-region: ap-southeast-2
3939
- name: Copy files to S3 with the AWS CLI
4040
run: |
41-
aws s3 sync _build/website/jupyter_html/* s3://test.python.quantecon.org/
41+
aws s3 sync _build/website/jupyter_html/ s3://test.python.quantecon.org/

0 commit comments

Comments
 (0)