From c56e1be262f97491836516fbcb96bfa2b56b3148 Mon Sep 17 00:00:00 2001 From: Sandro Campos Date: Thu, 10 Aug 2023 09:37:16 -0400 Subject: [PATCH] Update directory names of the ASV outputs --- .../{% if include_benchmarks %}asv-main.yml{% endif %}.jinja | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-project-template/.github/workflows/{% if include_benchmarks %}asv-main.yml{% endif %}.jinja b/python-project-template/.github/workflows/{% if include_benchmarks %}asv-main.yml{% endif %}.jinja index e739494..62e85f7 100644 --- a/python-project-template/.github/workflows/{% if include_benchmarks %}asv-main.yml{% endif %}.jinja +++ b/python-project-template/.github/workflows/{% if include_benchmarks %}asv-main.yml{% endif %}.jinja @@ -77,7 +77,7 @@ jobs: run: | git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com" - git add results/ + git add _results/ -f git pull git commit -m "Upload new benchmarks" git push origin main @@ -90,4 +90,4 @@ jobs: - name: Deploy to Github pages uses: JamesIves/github-pages-deploy-action@v4 with: - folder: {% raw %}${{ env.WORKING_DIR }}{% endraw %}/html \ No newline at end of file + folder: {% raw %}${{ env.WORKING_DIR }}{% endraw %}/_html \ No newline at end of file