Skip to content

Commit

Permalink
Update nodejs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
duyet committed Sep 1, 2019
1 parent 8ffce05 commit d73f312
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ jobs:
env:
CI: true
deploy:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Deploy hosting
- run: |
run: |
cd hostings
npm install && npm install -g firebase-tools
npm run build
Expand Down

0 comments on commit d73f312

Please sign in to comment.