Skip to content

Commit

Permalink
build(workflow): add missing install
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p committed Aug 3, 2020
1 parent e06b0c7 commit 07eb952
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/now-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ jobs:
NOW_PROJECT_ID: ${{ secrets.NOW_PROJECT_ID }}
run: |
cd example
npm install
npm run docs
npx now -c --prod -t ${{ secrets.ZEIT_TOKEN }}

0 comments on commit 07eb952

Please sign in to comment.