From 4b6b70ad94d97a92ab30c73288558c3cbc24bb46 Mon Sep 17 00:00:00 2001 From: DevAnsar Date: Fri, 5 Jan 2024 01:58:16 +0330 Subject: [PATCH] Update deploying-static.yml --- .github/workflows/deploying-static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploying-static.yml b/.github/workflows/deploying-static.yml index b07d8d4..709529d 100644 --- a/.github/workflows/deploying-static.yml +++ b/.github/workflows/deploying-static.yml @@ -36,7 +36,7 @@ jobs: node-version: 18 cache: 'npm' - name: Install dependencies - run: npm install + run: npm install --prefix demo - name: Build run: npm run build --prefix docs - name: Deploy to GitHub Pages