We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67457e1 commit 388f40bCopy full SHA for 388f40b
docs/generate_eessi_testsuite_api_docs.py
@@ -10,8 +10,9 @@
10
import mkdocs_gen_files
11
12
TEST_SUITE = "test-suite/test-suite"
13
+CI = os.getenv('CI')
14
-if not os.path.isdir(TEST_SUITE):
15
+if CI and not os.path.isdir(TEST_SUITE):
16
raise FileNotFoundError(f"Error: {TEST_SUITE} does not exist. Please clone the eessi/test-suite in a test-suite dir.")
17
18
# build a navigation for the menu and a dictionary of navigations for each section
0 commit comments