Skip to content

Commit

Permalink
path2
Browse files Browse the repository at this point in the history
  • Loading branch information
nawaz1991 committed Nov 13, 2023
1 parent 48ef692 commit 4d4dbd0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ jobs:
python-version: '3.x'

- name: Generate HTML Page
run: python .github/workflows/convert_json_to_html.py ./benchmark_result.json
run: |
pwd
python .github/workflows/convert_json_to_html.py build/test/perftest/benchmark_result.json
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 4d4dbd0

Please sign in to comment.