-
Notifications
You must be signed in to change notification settings - Fork 742
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
Link validations #18029
base: master
Are you sure you want to change the base?
Link validations #18029
Conversation
|
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-18029/index.html |
steps: | ||
- uses: filiph/linkcheck@f2c15a0be0d9c83def5df3edcc0f2d6582845f2d #3.0.0 | ||
with: | ||
arguments: -i https://docs.platform.uno |
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.
@jeromelaban seems there is currently an error:
> Run filiph/linkcheck@f2c15a0be0d9c83def5df3edcc0f2d6582845f2d
Can't read input file 'https://docs.platform.uno': PathNotFoundException: Cannot open file, path = 'https://docs.platform.uno/' (OS Error: No such file or directory, errno = 2)
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.
@morning4coffe-dev will continue the work here.
Migrated from #17915 for new workflow validation
GitHub Issue (If applicable): closes #17616
PR Type
What kind of change does this PR introduce?
What is the current behavior?
What is the new behavior?
PR Checklist
Please check if your PR fulfills the following requirements:
Screenshots Compare Test Run
results.Other information
Internal Issue (If applicable):
NOTE: The
filiph/linkcheck
tool doesn't seem to run when adding link on website, seems to only work with repo files, we would need to specify this in every repo to work. Is there a way to do it cross-repo? Running it on unodocsprstaging.z13.web.core.windows.net/pr-17915/index.html should work, but probably other tool is needed? Or something needs to be specified.