livbarton21 / html-validation-fixes

Sift through the files and code and fix all of the errors.
0 stars 0 forks source link

Not Online #1

Open livbarton21 opened 8 years ago

livbarton21 commented 8 years ago

Markbot will not allow me to publish the website. It keeps telling me I need to sync more commits, however I have no changes left.

@thomasjbradley

thomasjbradley commented 8 years ago

If you look at the list of files here: https://github.com/livbarton21/html-validation-fixes

You'll see that index.html still has a capital letter in it. I know that you fixed that, but if you remember MacOS doesn't recognize if a file has a different capitalization—so it never go committed.

To solve the problem you'll have to follow these steps:

  1. Rename the HTML file to something completely random, like blah.html
  2. Commit that change
  3. Rename it back to index.html
  4. Commit again

…and it should work.