This commit is contained in:
tree 2022-04-06 17:40:49 +02:00
rodič f5ce65480d
revize 78cb5e71b6
1 změnil soubory, kde provedl 1 přidání a 0 odebrání

Zobrazit soubor

@ -24,6 +24,7 @@ jobs:
- run: npm install - run: npm install
- run: npm run build - run: npm run build
- run: "rm src/lib/bundle.json && wget -O src/lib/bundle.json https://spec.utxo.cz/22/bundle.json"
- name: Add custom domain - name: Add custom domain
run: "touch build/CNAME && echo \"new.utxo.cz\" >> build/CNAME" run: "touch build/CNAME && echo \"new.utxo.cz\" >> build/CNAME"