Skip to content

Commit 6775ed2

Browse files
authored
Update publish_website_to_aws.yml
1 parent 9d095f2 commit 6775ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_website_to_aws.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Deploy to Production
7272
# if: github.event_name == 'push' && github.ref == 'refs/heads/master'
7373
run: |
74-
aws s3 sync build/gh-pages/ s3://${{ secrets.AWS_PRODUCTION_BUCKET_CDN }}/pdfjs/ --acl public-read
74+
aws s3 sync build/gh-pages/ ${{ secrets.AWS_PRODUCTION_BUCKET_CDN }}/pdfjs/ --acl public-read
7575
7676
- name: Update environment secret with production URL
7777
if: github.event_name == 'push' && github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)