From 4b3489906ee9c385c035d494c92adc2e2ed2c4ab Mon Sep 17 00:00:00 2001 From: Konstantinos Kaloutas Date: Tue, 24 Oct 2023 12:27:28 +0300 Subject: [PATCH] fix demo --- .github/workflows/demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 18745b2e..ecd3a263 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - run: npm install && npm build + - run: npm ci && npm run build - name: Setup Pages uses: actions/configure-pages@v3 - name: Upload artifact