Use filename in directory sync (#4691)

This commit is contained in:
Allen Byrne 2024-08-02 13:27:57 -05:00 committed by GitHub
parent f8e82563e9
commit 42095e32ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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