From d2092cc459decfc607e21261bc719d3c1a5d21f8 Mon Sep 17 00:00:00 2001 From: cappellinsamuele Date: Wed, 5 Apr 2023 16:51:42 +0200 Subject: [PATCH] fix(ci): adjusted gha to include index.html Signed-off-by: cappellinsamuele --- .github/workflows/update-drivers-website.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/update-drivers-website.yml b/.github/workflows/update-drivers-website.yml index 022a0ce10e8..a6abe1d4c5e 100644 --- a/.github/workflows/update-drivers-website.yml +++ b/.github/workflows/update-drivers-website.yml @@ -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 \ No newline at end of file