remove local gh-pages dir after rsync (#3973)

This commit is contained in:
jason plumb 2021-08-26 12:11:23 -07:00 committed by GitHub
parent df14b934b9
commit b16331678b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
path: gh-pages
- name: copy results from gh-pages branch
run: |
rsync -avv gh-pages/benchmark-overhead/results/ benchmark-overhead/results/
rsync -avv gh-pages/benchmark-overhead/results/ benchmark-overhead/results/ && rm -rf gh-pages
- name: run tests
run: ./gradlew test
working-directory: benchmark-overhead