Skip to content

Commit

Permalink
ci: fix docs checker for wiki based docs (#27380)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush committed Sep 7, 2021
1 parent 61a1356 commit 5596988
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/helper/documentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ def docs_link_exists(body):
parts = parsed_url.path.split('/')
if len(parts) == 5 and parts[1] == "frappe" and parts[2] in docs_repos:
return True
elif parsed_url.netloc == "docs.erpnext.com":
return True


if __name__ == "__main__":
Expand Down

0 comments on commit 5596988

Please sign in to comment.