File tree Expand file tree Collapse file tree 3 files changed +24
-1
lines changed
Expand file tree Collapse file tree 3 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 11# action-deploy-docs
2+
3+ hi
Original file line number Diff line number Diff line change 1+ name : " Generate Docs"
2+
3+ description : " Generate docs from markdown"
4+
5+ inputs :
6+ type :
7+ description : " the release type"
8+ required : false
9+ repo :
10+ description : " the target repo of the docs"
11+ required : true
12+ branch :
13+ description : " the target branch of the docs"
14+ required : true
15+ cf_token :
16+ description : " the cloudflare token to use for deploying the docs"
17+ required : true
18+
19+ runs :
20+ using : " node12"
21+ main : " dist/main.js"
Original file line number Diff line number Diff line change 22 "name" : " action-deploy-docs" ,
33 "version" : " 1.0.0" ,
44 "description" : " github action for the svelte org to deploy documentation to the svelte api" ,
5- "main" : " index .js" ,
5+ "main" : " dist/main .js" ,
66 "scripts" : {
77 "test" : " echo \" Error: no test specified\" && exit 1"
88 },
You can’t perform that action at this time.
0 commit comments