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.
1 parent dc27e98 commit 742ec78Copy full SHA for 742ec78
.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