Skip to content

Commit

Permalink
update deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
burningtree committed Oct 21, 2023
1 parent 835a681 commit 3e33003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e33003

Please sign in to comment.