Skip to content

Commit f284ff3

Browse files
committed
Honestly no clue...
1 parent f64d090 commit f284ff3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/continuous-integration.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,6 @@ jobs:
557557
with:
558558
submodules: recursive
559559

560-
561560
- name: Install Python
562561
uses: actions/setup-python@v2
563562
with:

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
if os.environ.get("GITHUB_TOKEN") is not None:
100100
extensions.append("rtds_action")
101101
rtds_action_github_repo = "LibRapid/librapid"
102-
rtds_action_path = "BenchmarkResults"
102+
rtds_action_path = "."
103103
rtds_action_artifact_prefix = "LibRapid_Benchmark_SHA_"
104104
rtds_action_github_token = os.environ["GITHUB_TOKEN"]
105105
rtds_action_error_if_missing = True

0 commit comments

Comments
 (0)