mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-11 16:01:00 +08:00
Use filename in directory sync (#4691)
This commit is contained in:
parent
f8e82563e9
commit
42095e32ef
2
.github/workflows/publish-release.yml
vendored
2
.github/workflows/publish-release.yml
vendored
@ -56,5 +56,5 @@ jobs:
|
||||
|
||||
- name: Sync userguide to S3 bucket
|
||||
run: |
|
||||
aws s3 sync ./HDF5/doxygen s3://${{ secrets.AWS_S3_BUCKET }}/${{ vars.TARGET_PATH }}/${{ inputs.target_dir }}/documentation/doxygen --delete
|
||||
aws s3 sync ./HDF5/${{ inputs.file_name }}.doxygen s3://${{ secrets.AWS_S3_BUCKET }}/${{ vars.TARGET_PATH }}/${{ inputs.target_dir }}/documentation/doxygen --delete
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user