We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 422c69d commit 28c2b1dCopy full SHA for 28c2b1d
docs/source/conf.py
@@ -99,7 +99,7 @@
99
if os.environ.get("GITHUB_TOKEN") is not None:
100
extensions.append("rtds_action")
101
rtds_action_github_repo = "LibRapid/librapid"
102
- rtds_action_path = "."
+ rtds_action_path = "BenchmarkResults"
103
rtds_action_artifact_prefix = "LibRapid_Benchmark_SHA_"
104
rtds_action_github_token = os.environ["GITHUB_TOKEN"]
105
rtds_action_error_if_missing = True
0 commit comments