Skip to content

Commit 05dd15d

Browse files
authored
Remove old result files from gh-pages branch (#30)
1 parent 17ef964 commit 05dd15d

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)