From 2c3a0de2036f694f7125d58ac22bffde8532ae3f Mon Sep 17 00:00:00 2001 From: raar1 Date: Mon, 2 Dec 2024 18:15:42 +0100 Subject: [PATCH] Try committing the changes --- .github/workflows/benchmarks.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index b0b3322..0ea55d8 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -86,7 +86,12 @@ jobs: echo "---" ls gh-pages/dev cd gh-pages/dev + cp -r benchmarks/bench gh-pages/dev/ + cd gh-pages git status git branch - cp -r ../benchmarks/bench . + git add -A git status + git commit -m 'Copy benchmark results to documentation on gh-pages' + git status + git push