From 50eb71af3c5e0079890e7dd1cc70964edbb41f5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 30 Dec 2020 13:08:22 +0100 Subject: [PATCH] Add CI key MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .github/workflows/nodejs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index de4984d9f..da16e9748 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -21,6 +21,8 @@ jobs: run: | npm ci - name: build + env: + RELATIVE_CI_KEY: nextcloud/deck run: | mkdir -p js npm run build --if-present -- --profile --json | tail -n +6 > js/webpack-stats.json