Rename to minify-html
This commit is contained in:
parent
d35e881bb7
commit
dc376d7c7f
47 changed files with 182 additions and 191 deletions
2
.github/workflows/bench.yaml
vendored
2
.github/workflows/bench.yaml
vendored
|
|
@ -56,4 +56,4 @@ jobs:
|
|||
- name: Upload to B2
|
||||
run: |
|
||||
b2 authorize-account ${{ secrets.CICD_CLI_B2_KEY_ID }} ${{ secrets.CICD_CLI_B2_APPLICATION_KEY }}
|
||||
b2 sync ./bench/results/ b2://${{ secrets.CICD_CLI_B2_BUCKET_NAME }}/hyperbuild/bench/${{ steps.version.outputs.VERSION }}/
|
||||
b2 sync ./bench/results/ b2://${{ secrets.CICD_CLI_B2_BUCKET_NAME }}/minify-html/bench/${{ steps.version.outputs.VERSION }}/
|
||||
|
|
|
|||
Reference in a new issue