Skip to content

Commit

Permalink
Upload to correct directory
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed Nov 1, 2023
1 parent 612a35e commit 31e11fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,5 @@ jobs:
aws s3 ls ${{ env.UPLOAD_BUCKET }} # Temporary!
# Sync the temporary bucket to the real bucket (should be super fast).
# Goal here was to minimize disruption when rolling out changes.
# Temporarily copy to the /antora directory (until docs are ready to go)
- name: Sync upload to deployed
run: aws s3 sync ${{ env.UPLOAD_BUCKET }} ${{ env.DEPLOY_BUCKET }}/antora --delete
run: aws s3 sync ${{ env.UPLOAD_BUCKET }} ${{ env.DEPLOY_BUCKET }} --delete

0 comments on commit 31e11fa

Please sign in to comment.