From cd07dd2d3b17b6328294112c58f2f308fd4cc715 Mon Sep 17 00:00:00 2001 From: Srikumar Venugopal Date: Mon, 14 Aug 2023 14:59:15 +0100 Subject: [PATCH] fix: temporarily disabling copy of chart index --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e56c2234..e86b7a01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,6 @@ jobs: with: ref: gh-pages path: pages - - run: | - cp -v pages/index.yaml site/ + #- run: | + # cp -v pages/index.yaml site/ - run: pipenv run ghp-import site -p --force