zachleat / speedlify

Benchmark the web performance and accessibility of sites over time.
https://www.speedlify.dev/
MIT License
919 stars 167 forks source link

Initial build on Netlify fails when zipping results #66

Open kdambekalns opened 1 year ago

kdambekalns commented 1 year ago

I forked, adjusted the sites and the initial build on Netlify failed with this in the "Building" phase:

Error: Command failed: zip -r -y /opt/build/repo/_site/results.zip results

Simply adding _data/results/.gitkeep to the repo fixed it.

Not sure if that's just happening to me… 🤷‍♂️