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 9b28223 commit 620bca0Copy full SHA for 620bca0
src/incremental.py
@@ -89,7 +89,7 @@ def get_env(name: str) -> str:
89
base_arguments.append(f"-A=github_user={args.github_user}")
90
base_arguments.append(f"-A=github_repo={args.github_repo}")
91
base_arguments.append("-A=github_version=main")
92
- base_arguments.append("-A=doc_path=docs")
+ base_arguments.append(f"-A=doc_path='{get_env('SOURCE_DIRECTORY')}'")
93
94
action = get_env("ACTION")
95
if action == "live_preview":
0 commit comments