Skip to content

Commit

Permalink
Try committing the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
raar1 committed Dec 2, 2024
1 parent 834cceb commit 2c3a0de
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,12 @@ jobs:
echo "---"
ls gh-pages/dev
cd gh-pages/dev
cp -r benchmarks/bench gh-pages/dev/
cd gh-pages
git status
git branch
cp -r ../benchmarks/bench .
git add -A
git status
git commit -m 'Copy benchmark results to documentation on gh-pages'
git status
git push

0 comments on commit 2c3a0de

Please sign in to comment.