We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0287b71 commit 25cecc3Copy full SHA for 25cecc3
.github/workflows/deploy-s3.yml
@@ -38,4 +38,4 @@ jobs:
38
aws-region: ap-southeast-2
39
- name: Copy files to S3 with the AWS CLI
40
run: |
41
- aws s3 sync _build/website/jupyter_html/* s3://test.python.quantecon.org/
+ aws s3 sync _build/website/jupyter_html/ s3://test.python.quantecon.org/
0 commit comments