Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvanoosten committed Nov 12, 2023
1 parent bd9528f commit 9225ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
$(git log --pretty=format:'%h %ad %s' --date=iso8601 -n 1 ${{ github.event.pull_request.head.sha }})
HTML_LINE=" <li>$COMMIT_DATE $COMMIT_TIME <a href=\"$REV\">Flame graphs for $REV</a> $COMMIT_MSG</li>"
ls -al zio-kafka-bench/
mv zio-kafka-bench/zio.kafka.bench.* /tmp
#mv zio-kafka-bench/zio.kafka.bench.* /tmp
git clean -fdx
git checkout gh-pages
git pull
Expand Down

0 comments on commit 9225ad0

Please sign in to comment.