-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Github Pages deploy error, HTML-Proofer, custom domain? #1556
Comments
I am going through similar issue. I tried a bunch of things, however I keep coming back to this error:
I also tried bumping up GitHub Actions versions with negative results |
Hey @rudzainy. I managed to solve the "warning" about Node.js by following @joshjohanning commit. My issue remained hence I reverted the change, either way the warning from github actions was gone. |
For the time being, I just commented out the tests in I'm thinking if the test failed in setup or build stages 🤔 |
You can temperarily bypass the problem by modifying - gem "jekyll-theme-chirpy", "~> 6.5", ">= 6.5.1"
+ gem "jekyll-theme-chirpy", "~> 6.4.2" update: 24.03.01 |
@Brainor you wizard, it works now, thank you. Do you mind explaining or pointing me in the right direction on why this version change solves the github page issue? |
I just know the version |
Checklist
How did you create the site?
Generated from
chirpy-starter
Describe the bug
Locally the website is working perfectly but I no longer can get it to deploy with github. Haven't deployed in 3 weeks. within this time I only remember putting a Custom domain with github pages settings.
https://tomasapo.github.io/ -> apolonia.co.uk
Steps To Reproduce
Please see https://github.com/tomasApo/tomasApo.github.io/actions when builds started failing, and my troubleshooting attempts/
Expected Behavior
Simply deploys like it used to.
Environment
Anything else?
`
Run bundle exec htmlproofer _site
Running 3 checks (Scripts, Links, Images) in ["_site"] on *.html files...
Checking 107 internal links
Checking internal link hashes in 4 files
Ran on 20 files!
For the Scripts check, the following failures were found:
At _site/404.html:1:
internal script reference /app.js does not exist
At _site/about/index.html:1:
internal script reference /app.js does not exist
At _site/archives/index.html:1:
internal script reference /app.js does not exist
At _site/index.html:1:
internal script reference /app.js does not exist
At _site/posts/MxMaster/index.html:1:
internal script reference /app.js does not exist
At _site/posts/SmartBasil/index.html:4:
internal script reference /app.js does not exist
At _site/posts/releaseV1/index.html:9:
internal script reference /app.js does not exist
At _site/posts/releaseV2/index.html:89:
internal script reference /app.js does not exist
At _site/shop/index.html:1:
internal script reference /app.js does not exist
At _site/tags/arduino-uno/index.html:1:
internal script reference /app.js does not exist
At _site/tags/embedded-rust/index.html:1:
internal script reference /app.js does not exist
At _site/tags/esp32/index.html:1:
internal script reference /app.js does not exist
At _site/tags/feathers2/index.html:1:
internal script reference /app.js does not exist
At _site/tags/index.html:1:
internal script reference /app.js does not exist
At _site/tags/righ-to-repair/index.html:1:
internal script reference /app.js does not exist
At _site/tags/stm32f3/index.html:1:
internal script reference /app.js does not exist
At _site/tags/usb-c/index.html:1:
internal script reference /app.js does not exist
HTML-Proofer found 17 failures!`
The text was updated successfully, but these errors were encountered: