From f7f5c2de37ab7060e5a616935e84fb3aa9333885 Mon Sep 17 00:00:00 2001 From: nxglabs Date: Mon, 18 Dec 2023 20:44:09 +0530 Subject: [PATCH] chore: fix syntax issue --- .github/workflows/deployghpages.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deployghpages.yml b/.github/workflows/deployghpages.yml index a31f1753e..9a07e63a9 100644 --- a/.github/workflows/deployghpages.yml +++ b/.github/workflows/deployghpages.yml @@ -21,9 +21,10 @@ jobs: node-version: 18 cache: npm - - name: Install dependencies + - name: Change dir run: cd docs - npm ci + - name: Install dependencies + run: npm ci - name: Build website run: npm run build