We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc27e98 + 742ec78 commit fb1d09eCopy full SHA for fb1d09e
.github/workflows/deploy.yml
@@ -45,6 +45,7 @@ jobs:
45
TIMESTAMP=$(date --iso-8601=seconds --utc)
46
echo $TIMESTAMP
47
aws s3 cp index.html s3://pythonwheels.com
48
+ aws s3 cp wheel.css s3://pythonwheels.com
49
aws s3 cp wheel.svg s3://pythonwheels.com
50
aws s3 cp results.json s3://pythonwheels.com/results/${TIMESTAMP}.json
51
aws s3 cp s3://pythonwheels.com/results/${TIMESTAMP}.json s3://pythonwheels.com/results.json
0 commit comments