Skip to content

Commit

Permalink
Update deploy.py
Browse files Browse the repository at this point in the history
  • Loading branch information
astonzhang authored Nov 20, 2019
1 parent 5b3eac2 commit f8ad834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion d2lbook/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def pkg(self):
if not url.endswith('/'):
url += '/'
logging.info('cp %s to %s', self.config.pkg_fname, url)
run_cmd(['aws s3 cp', self.config.pkg_fname, url, "--acl 'public-read' --quiet"])
run_cmd(['aws s3 cp', self.config.pkg_fname + '*', url, "--acl 'public-read' --quiet"])

def all(self):
self.html()
Expand Down

0 comments on commit f8ad834

Please sign in to comment.