Skip to content

Commit

Permalink
Merge pull request #160 from hugovk/deploy-css
Browse files Browse the repository at this point in the history
Deploy wheel.css to S3
  • Loading branch information
meshy authored Jul 2, 2024
2 parents dc27e98 + 742ec78 commit fb1d09e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fb1d09e

Please sign in to comment.