commit | 5596988c94527509a847e9df055d1cfc996181c4 | [log] [tgz] |
---|---|---|
author | Ankush Menat <ankush@iwebnotes.com> | Tue Sep 07 14:53:30 2021 +0530 |
committer | GitHub <noreply@github.com> | Tue Sep 07 14:53:30 2021 +0530 |
tree | cbfdeba7aadea4516a1325e826018914f0e7bce3 | |
parent | 61a1356109ae35fcdec438e09df4f784f76d24b8 [diff] |
ci: fix docs checker for wiki based docs (#27380)
diff --git a/.github/helper/documentation.py b/.github/helper/documentation.py index 91983d3..378983e 100644 --- a/.github/helper/documentation.py +++ b/.github/helper/documentation.py
@@ -24,6 +24,8 @@ 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__":