-
Notifications
You must be signed in to change notification settings - Fork 12
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
CI testing of links and anchors #536
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bit of rubber ducking 🦆 , but this if failing as it appears I'm not moving the docs correctly in .github/workflows/test.yml. Maybe I'm trying to be overly clever by cloning a repo to its location and then moving the contents? I think I just need to clone elsewhere, to |
ZJvandeWeg
force-pushed
the
zj-test-links
branch
2 times, most recently
from
March 26, 2023 09:12
9226686
to
58e240f
Compare
ZJvandeWeg
added a commit
to FlowFuse/flowfuse
that referenced
this pull request
Mar 26, 2023
Part of a link checker to CI[1], these links were marked as broken. This change fix for all known issues at this time. [1]: FlowFuse/website#536
Closes #315 |
github-actions bot
pushed a commit
to FlowFuse/flowfuse
that referenced
this pull request
Mar 28, 2023
Part of a link checker to CI[1], these links were marked as broken. This change fix for all known issues at this time. [1]: FlowFuse/website#536
ZJvandeWeg
force-pushed
the
zj-test-links
branch
from
March 28, 2023 11:58
9d708e3
to
cc47029
Compare
ZJvandeWeg
force-pushed
the
zj-test-links
branch
from
April 11, 2023 17:55
cc47029
to
f3cc170
Compare
ZJvandeWeg
force-pushed
the
zj-test-links
branch
from
April 12, 2023 09:28
9c05751
to
c41b8c9
Compare
ZJvandeWeg
force-pushed
the
zj-test-links
branch
from
April 12, 2023 09:30
c41b8c9
to
04ee1ee
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Internal links are broken from time to time, this change adds CI to check before we add them.
Closes #315