From 8a37ff00016aecc35e91984a26d415b70068fee3 Mon Sep 17 00:00:00 2001 From: garronej Date: Fri, 17 Mar 2023 16:27:45 +0100 Subject: [PATCH] Fix CI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ba804c4..7810ce2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: node-version: '16' - uses: bahmutov/npm-install@v1 - run: yarn build - - run: echo $(node -e 'console.log(require("url").parse(require("./package.json").homepage).host)') > build/CNAME + - run: echo $(node -e 'console.log(require("url").parse(require(\"./package.json\").homepage).host)') > build/CNAME - run: npx keycloakify - uses: actions/upload-artifact@v2 with: