Skip to content

Commit 5dcd5b4

Browse files
committed
Remove old result files from gh-pages branch
1 parent 29aca16 commit 5dcd5b4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/msl-test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,11 @@ jobs:
145145
fi
146146
147147
- name: Copy new results into gh-pages tree
148-
run: rsync -a results/ site/results/
148+
env:
149+
BM_VERSION: ${{ steps.versions.outputs.bm_version }}
150+
run: |
151+
rm -rf "site/results/${BM_VERSION}/${LIB_NAME}/${LIB_VERSION}"
152+
rsync -a results/ site/results/
149153
150154
- name: Generate landing page
151155
run: python3 .github/scripts/gen_landing_page.py site

0 commit comments

Comments
 (0)