Skip to content

Commit

Permalink
Update publish-release.yml (#302)
Browse files Browse the repository at this point in the history
UserGuide goes into a subfolder
  • Loading branch information
byrnHDF authored Jul 18, 2024
1 parent 71d8e22 commit e92b7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ jobs:

- name: Sync userguide to S3 bucket
run: |
aws s3 sync ./UsersGuide s3://${{ secrets.AWS_S3_BUCKET }}/${{ vars.TARGET_PATH }}/${{ inputs.target_dir }}/documentation --delete
aws s3 sync ./UsersGuide s3://${{ secrets.AWS_S3_BUCKET }}/${{ vars.TARGET_PATH }}/${{ inputs.target_dir }}/documentation/UsersGuide --delete

0 comments on commit e92b7f5

Please sign in to comment.