I deployed my first static site using the Static Website Quickstart. One of my file was not being served and the friendly support team helped me notice that you need to check that permissions in your files do not include the executable flag, otherwise they will not be served.
I suggest to add a bullet to the Bonus Points section or create a new Troubleshooting section, with an entry that says something like:
- Make sure that none of your static files include the executable permission. In Linux and MacOS you do this with
chmod 644 file1 file2...
