Skip to content

Commit fb1d09e

Browse files
authored
Merge pull request #160 from hugovk/deploy-css
Deploy wheel.css to S3
2 parents dc27e98 + 742ec78 commit fb1d09e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
TIMESTAMP=$(date --iso-8601=seconds --utc)
4646
echo $TIMESTAMP
4747
aws s3 cp index.html s3://pythonwheels.com
48+
aws s3 cp wheel.css s3://pythonwheels.com
4849
aws s3 cp wheel.svg s3://pythonwheels.com
4950
aws s3 cp results.json s3://pythonwheels.com/results/${TIMESTAMP}.json
5051
aws s3 cp s3://pythonwheels.com/results/${TIMESTAMP}.json s3://pythonwheels.com/results.json

0 commit comments

Comments
 (0)