We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d095f2 commit 6775ed2Copy full SHA for 6775ed2
.github/workflows/publish_website_to_aws.yml
@@ -71,7 +71,7 @@ jobs:
71
- name: Deploy to Production
72
# if: github.event_name == 'push' && github.ref == 'refs/heads/master'
73
run: |
74
- aws s3 sync build/gh-pages/ s3://${{ secrets.AWS_PRODUCTION_BUCKET_CDN }}/pdfjs/ --acl public-read
+ aws s3 sync build/gh-pages/ ${{ secrets.AWS_PRODUCTION_BUCKET_CDN }}/pdfjs/ --acl public-read
75
76
- name: Update environment secret with production URL
77
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
0 commit comments