From f4147ac67c491ea333d1ceda4813b48464280abf Mon Sep 17 00:00:00 2001 From: Rising Odegua Date: Wed, 14 Apr 2021 12:37:25 +0100 Subject: [PATCH] Update gh-page-builder-action.yml --- scripts/gh-page-builder-action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/gh-page-builder-action.yml b/scripts/gh-page-builder-action.yml index 82b55c5b..6371c713 100644 --- a/scripts/gh-page-builder-action.yml +++ b/scripts/gh-page-builder-action.yml @@ -29,9 +29,9 @@ jobs: restore-keys: | ${{ runner.os }}-yarn- - - run: yarn install --frozen-lockfile - - run: yarn build - - run: yarn export + - run: cd portal && yarn install --frozen-lockfile + - run: cd portal && yarn build + - run: cd portal && yarn export - name: Deploy uses: peaceiris/actions-gh-pages@v3