From 32f74907f991896ecef1028abc8c3164c8560338 Mon Sep 17 00:00:00 2001 From: Shams mosowi Date: Tue, 24 Mar 2020 17:53:37 +0800 Subject: [PATCH] fix pipeline --- .github/workflows/firebase_hosting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firebase_hosting.yml b/.github/workflows/firebase_hosting.yml index 3055cfff..e74d8639 100644 --- a/.github/workflows/firebase_hosting.yml +++ b/.github/workflows/firebase_hosting.yml @@ -24,7 +24,7 @@ jobs: cmd: install # will run `yarn install` command - uses: borales/actions-yarn@v2.0.0 with: - cmd: build # will run `yarn install` command + cmd: cd www; build # will run `yarn install` command - uses: w9jds/firebase-action@master with: args: deploy --only hosting