-
Notifications
You must be signed in to change notification settings - Fork 9
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
Update dependencies #101
Update dependencies #101
Conversation
✅ Deploy Preview for openfisca-org ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Thanks, looks promising!
I see the following options:
In any case, I believe we should open an issue in the orb repository. |
Issue opened CircleCI-Public/hugo-orb#57 👍 |
Thanks Matti for your review. I chose the first option by installing and running
|
This new htmlproofer check shows errors that are not worth handling now
Should have been done in https://github.com/openfisca/openfisca.org/pull/95/files Should have been caught by failing proofer
I fixed the issue related to htmlproofer by pinning its version and updating the CLI syntax, as documented in CircleCI-Public/hugo-orb#57 (comment). I corrected the issues detected by htmlproofer, including a very problematic one that was introduced in #95 where we had inadvertently broken the main CTA links on the homepage 😓 In some way, it was useful that the build broke then. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
That PR update
circleci/hugo
from0.3.1
to1.3.0
,gh-pages
from^1.0.0
to^4.0.0
and specify the minimum node version needed.I haven't found a way other than to disable
html-proofer
for this to work. I will need help to find how to fix the following error shown in CicleCI.