You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a workflow checking links in plaintext and HTML files (#634)
This PR adds a workflow to check external links in plaintext and HTML files,
using action lycheeverse/lychee-action.
- External links in the ReST, Markdown and Python files in the master branch are checked
- External links in the dev documentation (pygmt.org/dev) are checked
- Internal links are NOT checked, but when we build the documentation,
we should see the warnings if internal links are broken.
- Links to PRs and issues are excluded, because they are unlikely to be broken
The workflow runs weekly. If broken links (404) are detected, it will report
an issue (see #927 for an example, in which I added a broken link pygmt.org/abc/def
for testing).
0 commit comments