Debug WIP:

This commit is contained in:
Allan Jeremy 2022-05-26 15:12:24 +03:00
parent 656f8421ea
commit 5df61e611e
2 changed files with 4 additions and 0 deletions

View file

@ -94,6 +94,8 @@ jobs:
run: |
echo "Pushing benchmark results..."
cd gh-pages
git config user.name github-actions
git config user.email github@users.noreply.github.com
git add ./dev/bench/data.json
git commit -m "Add benchmarks results for ${{ github.sha }}"
git push

View file

@ -87,6 +87,8 @@ jobs:
run: |
echo "Pushing benchmark results..."
cd gh-pages
git config user.name github-actions
git config user.email github@users.noreply.github.com
git add ./dev/bench/data.json
git commit -m "Add benchmarks results for ${{ github.sha }}"
git push