From 409955e6ff50f8ac3445a02f6e7324293dbfdb0f Mon Sep 17 00:00:00 2001 From: developomp Date: Mon, 17 May 2021 16:35:15 +0900 Subject: [PATCH] how long should I do this --- .github/workflows/firebase-hosting-merge.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index ec9e8a3..0545ae7 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -11,8 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - run: cd source # move into source directory - - run: yarn install && yarn build # install dependencies and build site + - run: cd source && yarn install && yarn build # install dependencies and build site - uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: "${{ secrets.GITHUB_TOKEN }}"