File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1515 cmd : test
1616
1717 - name : Deploy example to now
18+ env :
19+ NOW_ORG_ID : ${{ secrets.NOW_ORG_ID }}
20+ NOW_PROJECT_ID : ${{ secrets.NOW_PROJECT_ID }}
1821 run : |
1922 cd example
2023 npm run docs
21- npx now --token= ${{ secrets.ZEIT_TOKEN }} --name=vuepress-jsdoc-example --prod
24+ npx now -c --prod -t ${{ secrets.ZEIT_TOKEN }}
Original file line number Diff line number Diff line change 2727
2828 release :
2929 runs-on : ubuntu-latest
30+ needs : test
3031 steps :
3132 - uses : actions/checkout@v1
3233 - name : Make stable release to npm
Original file line number Diff line number Diff line change 11node_modules
22# for Jetbrains IDEA ides
33.idea
4- coverage
4+ coverage
5+ .now
Original file line number Diff line number Diff line change 11{
2- "name" : " example" ,
2+ "name" : " vuepress-jsdoc- example" ,
33 "version" : " 1.0.0" ,
44 "description" : " " ,
55 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments