From fb950fce3f07fb76140b20e1ddea254486f2c6a1 Mon Sep 17 00:00:00 2001 From: developomp Date: Mon, 17 May 2021 16:51:24 +0900 Subject: [PATCH] added configuring target --- .github/workflows/firebase-hosting-merge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 9c186e3..26b4fd1 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -12,6 +12,7 @@ jobs: steps: - uses: actions/checkout@v2 - run: cd source && yarn install && yarn build # install dependencies and build site + - run: firebase target:apply hosting dev developomp-site - uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: "${{ secrets.GITHUB_TOKEN }}"