Skip to content

Commit

Permalink
fix(ci): adjusted gha to include index.html
Browse files Browse the repository at this point in the history
Signed-off-by: cappellinsamuele <[email protected]>
  • Loading branch information
cappellinsamuele authored and poiana committed Apr 5, 2023
1 parent e1e54da commit d2092cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update-drivers-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,9 @@ jobs:
working-directory: tools/update-drivers-website
run: ./update-drivers-website "/$RUNNER_TEMP/update-drivers-website"

- name: Copy index.html
working-directory: tools/update-drivers-website
run: cp index.html /$RUNNER_TEMP/update-drivers-website

- name: Push updated files to s3 bucket
run: aws s3 cp "/$RUNNER_TEMP/update-drivers-website" s3://${{ env.S3_DRIVERS_BUCKET}}/${{ env.S3_DRIVERS_KEY_PREFIX }}/site --recursive --include "*.json" --include "index.html" --acl public-read

0 comments on commit d2092cc

Please sign in to comment.