From f891b11cfedfc8c10143a2c7f7c1d0afd5a7bc0f Mon Sep 17 00:00:00 2001 From: Enrique Mingorance Cano Date: Mon, 21 Mar 2022 11:58:32 +0100 Subject: [PATCH] Update action.yml --- .ci/actions/generate-app/action.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.ci/actions/generate-app/action.yml b/.ci/actions/generate-app/action.yml index 893ce12..f5f94ba 100644 --- a/.ci/actions/generate-app/action.yml +++ b/.ci/actions/generate-app/action.yml @@ -40,18 +40,9 @@ runs: - name: Copy old data shell: bash run: cp ./current-project/data ./chain-status/packages/webpage/public/ -r - - name: ls old data - shell: bash - run: ls ./current-project/data - - name: ls new data - shell: bash - run: ls ./chain-status/packages/webpage/public/data - run: yarn predeploy shell: bash working-directory: ./chain-status - - name: ls build folder - shell: bash - run: ls ./chain-status/packages/webpage/build/data - name: Deploy with gh-pages shell: bash working-directory: ./chain-status