From 1059a5a4fb89471a54b0088feb1980747b658b6c Mon Sep 17 00:00:00 2001 From: David Mzareulyan Date: Mon, 22 May 2023 19:43:44 +0300 Subject: [PATCH] Update 'preview' GitHub workflow We have no _dist/stats.json file anymore --- .github/workflows/preview.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 3b11685d0..7cdd85d97 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -21,6 +21,5 @@ jobs: yarn build-prod yarn create_config_json cp _dist/index.html _dist/200.html - rm _dist/stats.json - name: Get the preview_url run: echo "url => ${{ steps.preview_step.outputs.preview_url }}"