From 7e1d0f8a49817d4da456834841a8850b3dbcf922 Mon Sep 17 00:00:00 2001 From: nxglabs Date: Mon, 18 Dec 2023 20:45:33 +0530 Subject: [PATCH] chore: add debig code --- .github/workflows/deployghpages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deployghpages.yml b/.github/workflows/deployghpages.yml index 9a07e63a9..9db5f10d9 100644 --- a/.github/workflows/deployghpages.yml +++ b/.github/workflows/deployghpages.yml @@ -23,6 +23,8 @@ jobs: - name: Change dir run: cd docs + - name: list files in dir + run: ls - name: Install dependencies run: npm ci - name: Build website