Skip to content

Commit

Permalink
Merge branch 'sync_develop_changes_to_1_16' of https://github.com/lrk…
Browse files Browse the repository at this point in the history
…nox/hdf5 into sync_develop_changes_to_1_16
  • Loading branch information
lrknox committed Oct 10, 2024
2 parents 924ecbb + 5fa4faf commit c1c6d42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,7 @@ jobs:
run: |
aws s3 sync ./${{ inputs.file_name }}.doxygen s3://${{ secrets.AWS_S3_BUCKET }}/${{ vars.TARGET_PATH }}/${{ inputs.target_dir }}/documentation/doxygen --delete
- name: Sync userguide to latest S3 bucket
run: |
aws s3 sync ./${{ inputs.file_name }}.doxygen s3://${{ secrets.AWS_S3_BUCKET }}/documentation/hdf5/latest --delete

0 comments on commit c1c6d42

Please sign in to comment.