From c7f1a5d96e9c93df02eaa3388fe9277235ec1012 Mon Sep 17 00:00:00 2001 From: Martin Kuba Date: Tue, 26 Sep 2023 17:52:55 -0700 Subject: [PATCH] updated pages branch and path --- .github/workflows/benchmark.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 8558f1e66f..66eaece6bb 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -57,7 +57,7 @@ jobs: with: tool: 'benchmarkjs' output-file-path: combined_benchmarks.txt - gh-pages-branch: benchmarks + gh-pages-branch: gh-pages github-token: ${{ secrets.GITHUB_TOKEN }} - benchmark-data-dir-path: "docs/benchmarks/loadtests" + benchmark-data-dir-path: "benchmarks" auto-push: true