We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ef964 commit 05dd15dCopy full SHA for 05dd15d
1 file changed
.github/workflows/msl-test.yml
@@ -145,7 +145,11 @@ jobs:
145
fi
146
147
- name: Copy new results into gh-pages tree
148
- run: rsync -a results/ site/results/
+ 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/
153
154
- name: Generate landing page
155
run: python3 .github/scripts/gen_landing_page.py site
0 commit comments