added configuring target
This commit is contained in:
parent
3a32b36292
commit
fb950fce3f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/firebase-hosting-merge.yml
vendored
1
.github/workflows/firebase-hosting-merge.yml
vendored
|
@ -12,6 +12,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: cd source && yarn install && yarn build # install dependencies and build site
|
||||
- run: firebase target:apply hosting dev developomp-site
|
||||
- uses: FirebaseExtended/action-hosting-deploy@v0
|
||||
with:
|
||||
repoToken: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue