From ee6a17b139999bab3e39a68e0b650f2d788f8de5 Mon Sep 17 00:00:00 2001 From: Yash Totale Date: Wed, 24 Aug 2022 19:00:58 -0700 Subject: [PATCH] Fix Formatting Issues --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b9ed5064..e957c8af 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,9 +35,9 @@ jobs: - name: Test Project run: npm test -# Not working currently -# - name: Get Books -# run: npm run books + # Not working currently + # - name: Get Books + # run: npm run books - name: Build Project run: npm run make