-
Notifications
You must be signed in to change notification settings - Fork 11
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
Preview v5: GitHub Actions fixes #335
Conversation
✅ Deploy Preview for govuk-frontend-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Is it possible to elaborate on the commit message for 62a3c2a? I don't really understand why it was broken, nor why the changes fix it. Otherwise the changes look good to me. |
@36degrees Same here! We had the same on the Design System repo though Lots of Check links successful output but with a non-zero exit code from
Swapping to I'll take a look tomorrow as this branch has 7x stacked PRs on top of it 🙈 |
We often see sucessful log output from `tap-spot` followed by a non-zero error code so we’ve swapped it for `tap-mocha-reporter` like we did on GOV.UK Design System I’ve also added the `--canonicalroot` flag to check more internal assets that would have previously been skipped as external Note: We still have a broken share image * alphagov/tech-docs-gem#194
e402571
to
3e9eed3
Compare
@36degrees I've added an overview to the commit message, thanks again |
Thanks @36degrees We'll keep an eye on it Like on GOV.UK Design System it'll probably still fail sometimes |
This PR includes a couple of GitHub Actions fixes:
check-links
can fail silentlypull
andpull_request
eventsBroken image
Matching the GOV.UK Design System
check-links
arguments found a--skip
argument typoWe have a broken image that should skipped with
property="og:url"
property="og:image"