Skip to content

Commit

Permalink
feat: fix docs checker for wiki based docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush committed Sep 7, 2021
1 parent 14b0161 commit 1e1bdfc
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.netlock == "docs.erpnext.com":
return True


if __name__ == "__main__":
Expand Down

0 comments on commit 1e1bdfc

Please sign in to comment.