Skip to content

Commit 07eb952

Browse files
committed
build(workflow): add missing install
1 parent e06b0c7 commit 07eb952

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/now-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ jobs:
1919
NOW_PROJECT_ID: ${{ secrets.NOW_PROJECT_ID }}
2020
run: |
2121
cd example
22+
npm install
2223
npm run docs
2324
npx now -c --prod -t ${{ secrets.ZEIT_TOKEN }}

0 commit comments

Comments
 (0)