From 78cb5e71b6a18fc0676ea33a1e6628bda98966d9 Mon Sep 17 00:00:00 2001 From: tree Date: Wed, 6 Apr 2022 17:40:49 +0200 Subject: [PATCH] Update --- .github/workflows/gh-pages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index ac0f580..1039c80 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -24,6 +24,7 @@ jobs: - run: npm install - 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 run: "touch build/CNAME && echo \"new.utxo.cz\" >> build/CNAME"