From 5dcd5b4ff78cc851be021b348d31ad5359e20d7c Mon Sep 17 00:00:00 2001 From: AnHeuermann <38031952+AnHeuermann@users.noreply.github.com> Date: Wed, 18 Mar 2026 17:17:42 +0100 Subject: [PATCH] Remove old result files from gh-pages branch --- .github/workflows/msl-test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/msl-test.yml b/.github/workflows/msl-test.yml index 853bae16d..001fb493d 100644 --- a/.github/workflows/msl-test.yml +++ b/.github/workflows/msl-test.yml @@ -145,7 +145,11 @@ jobs: fi - name: Copy new results into gh-pages tree - run: rsync -a results/ site/results/ + env: + BM_VERSION: ${{ steps.versions.outputs.bm_version }} + run: | + rm -rf "site/results/${BM_VERSION}/${LIB_NAME}/${LIB_VERSION}" + rsync -a results/ site/results/ - name: Generate landing page run: python3 .github/scripts/gen_landing_page.py site