Skip to content

Commit

Permalink
github: re-enable performance results deployment
Browse files Browse the repository at this point in the history
Generate index.html instead of home.pml.

Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 authored and Indanz committed Mar 20, 2024
1 parent 7704a1f commit ce631dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sel4bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ jobs:
manifest_sha: ${{ steps.deploy.outputs.manifest_sha }}
- name: Deploy web page
run: |
mv home.pml content/About/Performance/
mv index.html content/About/Performance/
git config user.name "seL4 CI"
git config user.email "[email protected]"
git add content/About/Performance/home.pml
git add content/About/Performance/index.html

This comment has been minimized.

Copy link
@Indanz

Indanz Mar 21, 2024

Contributor

This should have been: mv index.html About/Performance/ and git add About/Performance/index.html.

git commit -s -m "CI: update performance results"
# git push origin master
git push origin master

0 comments on commit ce631dc

Please sign in to comment.