Skip to content

Commit 7307782

Browse files
committed
add: trigger homepage deployments with updated benchmark results
1 parent 34790f0 commit 7307782

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/eval-overhead-e2e.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,8 @@ jobs:
9797
git add docs/benchmarks.md
9898
git commit -m "Update benchmark plots for $COMMIT_HASH" || echo "No changes to commit"
9999
git push origin main
100+
101+
- name: Deploy docs
102+
run: |
103+
pip install mkdocs
104+
mkdocs gh-deploy --force

0 commit comments

Comments
 (0)