From bfbd6a46c53e38133baed6bd64ef30c44107c250 Mon Sep 17 00:00:00 2001 From: tree Date: Wed, 6 Apr 2022 17:43:38 +0200 Subject: [PATCH] Update --- .github/workflows/gh-pages.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 1039c80..519ecbe 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -21,10 +21,9 @@ jobs: with: 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 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"