From 1d54b1386a1206852b56190d420999d1f857e49a Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Mon, 22 Aug 2022 18:22:28 +0300 Subject: [PATCH] debug wip Co-authored-by: Jamie Kuppens Co-authored-by: Ignacio Falk --- .github/workflows/push-results/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push-results/action.yml b/.github/workflows/push-results/action.yml index 8390623d..e5eb3e5e 100644 --- a/.github/workflows/push-results/action.yml +++ b/.github/workflows/push-results/action.yml @@ -33,7 +33,7 @@ inputs: runs: using: "composite" - shell: bash + # shell: bash steps: - name: Checkout repository uses: actions/checkout@v3 @@ -52,6 +52,7 @@ runs: external-data-json-path: ${{ inputs.bench_external_data_json_path }} - name: Push benchmark results + shell: bash run: | echo "Pushing benchmark results..." cd gh-pages