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

Zobrazit soubor

@ -21,10 +21,9 @@ jobs:
with: with:
node-version: '17' node-version: '17'
- run: "rm src/lib/bundle.json && wget -O src/lib/bundle.json https://spec.utxo.cz/22/bundle.json"
- 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"