From 19c7b6165c53ae4b849b67935e00d3d575dd3190 Mon Sep 17 00:00:00 2001 From: Gabe <7622243+decentralgabe@users.noreply.github.com> Date: Thu, 26 Oct 2023 23:47:08 -0500 Subject: [PATCH] Update render-spec.yml --- .github/workflows/render-spec.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/render-spec.yml b/.github/workflows/render-spec.yml index aa40816a..6f15834f 100644 --- a/.github/workflows/render-spec.yml +++ b/.github/workflows/render-spec.yml @@ -6,9 +6,6 @@ on: jobs: build-and-deploy-spec: runs-on: ubuntu-latest - defaults: - run: - working-directory: ./spec steps: - name: Checkout 🛎️ uses: actions/checkout@v3 @@ -17,6 +14,7 @@ jobs: - name: Install and Build 🔧 run: | + cd spec npm install npm run build