From 3e330036ecb6e55a7b2706a7287bfc69ecaacde8 Mon Sep 17 00:00:00 2001 From: tree Date: Sat, 21 Oct 2023 13:55:32 +0200 Subject: [PATCH] update deploy --- .github/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index ea3dbd3..7cd620a 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -26,8 +26,8 @@ jobs: - name: Install dependencies run: npm ci - - name: Download data bundle - run: rm -f src/data.json && wget -O src/data.json "https://data.chronicle.ethevents.club/" + #- name: Download data bundle + # run: rm -f src/data.json && wget -O src/data.json "https://data.chronicle.ethevents.club/" - name: Build run: npm run build