From 742ec78223788d74a5f3515ec957d9346eb65010 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 2 Jul 2024 11:53:18 +0300 Subject: [PATCH] Deploy wheel.css to S3 --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3fe92ec..09435bb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,6 +45,7 @@ jobs: TIMESTAMP=$(date --iso-8601=seconds --utc) echo $TIMESTAMP aws s3 cp index.html s3://pythonwheels.com + aws s3 cp wheel.css s3://pythonwheels.com aws s3 cp wheel.svg s3://pythonwheels.com aws s3 cp results.json s3://pythonwheels.com/results/${TIMESTAMP}.json aws s3 cp s3://pythonwheels.com/results/${TIMESTAMP}.json s3://pythonwheels.com/results.json