This commit is contained in:
Shams mosowi
2020-03-24 21:52:56 +08:00
parent 1b2350de6b
commit 06e7392d22

View File

@@ -7,7 +7,8 @@ name: Firebase hosting
on:
push:
branches: [develop]
paths:
- "www"
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
@@ -18,9 +19,6 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- run: cd www
- run: ls
- run: cd www
- run: ls
- uses: borales/actions-yarn@v2.0.0
with: