mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
wd
This commit is contained in:
6
.github/workflows/firebase_hosting.yml
vendored
6
.github/workflows/firebase_hosting.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user