Skip to content

Commit

Permalink
github: Fix index.html path
Browse files Browse the repository at this point in the history
Signed-off-by: Indan Zupancic <[email protected]>
  • Loading branch information
Indanz authored and lsf37 committed Mar 21, 2024
1 parent ce631dc commit 2b96ef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 index.html content/About/Performance/
mv index.html About/Performance/
git config user.name "seL4 CI"
git config user.email "[email protected]"
git add content/About/Performance/index.html
git add About/Performance/index.html
git commit -s -m "CI: update performance results"
git push origin master

0 comments on commit 2b96ef9

Please sign in to comment.