From a733b1ec96c72b5b6f89a3ea21bbbd3c71ec0523 Mon Sep 17 00:00:00 2001 From: SaurabhAgarwala Date: Wed, 22 Apr 2020 22:51:01 +0530 Subject: [PATCH] Fix working directory for publish step of CD workflow --- .github/workflows/cd.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 8cb872b6b..9866c1fef 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -25,6 +25,4 @@ jobs: run: npm install --no-audit - name: Publish package - run: | - cd $GITHUB_WORKSPACE/vocabulary/ - bash deploy.sh + run: bash deploy.sh