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