how long should I do this
This commit is contained in:
parent
2b3414c379
commit
409955e6ff
1 changed files with 1 additions and 2 deletions
3
.github/workflows/firebase-hosting-merge.yml
vendored
3
.github/workflows/firebase-hosting-merge.yml
vendored
|
@ -11,8 +11,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: cd source # move into source directory
|
||||
- run: yarn install && yarn build # install dependencies and build site
|
||||
- run: cd source && yarn install && yarn build # install dependencies and build site
|
||||
- uses: FirebaseExtended/action-hosting-deploy@v0
|
||||
with:
|
||||
repoToken: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue