We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0dcb49 commit 322a866Copy full SHA for 322a866
1 file changed
.github/workflows/firebase-hosting-merge.yml
@@ -11,6 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
+ - run: cd my-app/
15
- run: npm ci && npm run build
16
- uses: FirebaseExtended/action-hosting-deploy@v0
17
with:
0 commit comments