diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index d503d64..a53a809 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -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