From b984253c405446ca4669fd9ca4495eaafb3f04d3 Mon Sep 17 00:00:00 2001 From: Jeremy Kubica <104161096+jeremykubica@users.noreply.github.com> Date: Thu, 3 Oct 2024 14:25:54 -0400 Subject: [PATCH] Change where the visualization is pushed. --- .github/workflows/asv-main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/asv-main.yml b/.github/workflows/asv-main.yml index 32c25cf5..d5430f96 100644 --- a/.github/workflows/asv-main.yml +++ b/.github/workflows/asv-main.yml @@ -65,4 +65,5 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4 with: branch: gh-pages - folder: ${{env.WORKING_DIR}}/_html \ No newline at end of file + folder: ${{env.WORKING_DIR}}/_html + target-folder: benchmarks/_visualization