Error Deploying Chirpy Starter - Github Actions

Background

  • I’ve started with the Chirpy starter - Getting Started | Chirpy
  • Forked to my githuib
  • Changed some parts of _config.yml (baseurel, timezone, title, tagline, description, url)
  • Under GitHub settings - > Pages → Building and deployment, I have selected GitHub Actions
  • Pushed changes back up

Problem

  • I get an error in the build stage:

HTML-Proofer found 101 failures!
Error: Process completed with exit code 1.

  • The site is not up

Anyone seen anything similar? Any advice what I can try?

I tried commenting out _site (or other files that HTML-Proofer is looking for that is causing the error) in the gitignore so it would also update it when you push it online. It worked for me.