aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar garronej <[email protected]>2023-03-17 16:27:45 +0100
committerGravatar garronej <[email protected]>2023-03-17 16:27:45 +0100
commit8a37ff00016aecc35e91984a26d415b70068fee3 (patch)
treec692466f5f05eae14a389e5e015b38e34a5808cd /.github
parentBetter CI setup (diff)
Fix CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
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: