We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e06b0c7 commit 07eb952Copy full SHA for 07eb952
.github/workflows/now-deploy.yml
@@ -19,5 +19,6 @@ jobs:
19
NOW_PROJECT_ID: ${{ secrets.NOW_PROJECT_ID }}
20
run: |
21
cd example
22
+ npm install
23
npm run docs
24
npx now -c --prod -t ${{ secrets.ZEIT_TOKEN }}
0 commit comments