Skip to content

Commit

Permalink
Fix S3 URL
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettjstevens committed Aug 29, 2024
1 parent 20be817 commit 60b512e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
- name: Upload
working-directory: packages/website
run: |
aws s3 sync --delete build/ s3://jbrowse.org/jb2/
aws s3 sync --delete build/ s3://apollo.jbrowse.org/
aws cloudfront create-invalidation --distribution-id EL84YTOVCGNJZ --paths '/*'

0 comments on commit 60b512e

Please sign in to comment.