This commit is contained in:
tree 2023-01-24 04:59:17 +01:00
rodič 3c7abf7685
revize 7f694b0734
1 změnil soubory, kde provedl 1 přidání a 1 odebrání

Zobrazit soubor

@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: npm ci
- run: wget -O src/lib/data.json https://data.prgblockweek.com/23/index.json
- run: rm src/lib/data.json && wget -O src/lib/data.json https://data.prgblockweek.com/23/index.json
- name: Build
run: npm run build