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 }}"