We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f64d090 commit f284ff3Copy full SHA for f284ff3
.github/workflows/continuous-integration.yaml
@@ -557,7 +557,6 @@ jobs:
557
with:
558
submodules: recursive
559
560
-
561
- name: Install Python
562
uses: actions/setup-python@v2
563
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 = "BenchmarkResults"
+ rtds_action_path = "."
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