File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -17,18 +17,22 @@ inputs:
1717 description : Path to the folder where the built modules are outputted.
1818 required : false
1919 default : outputs/modules
20- DocsOutputPath :
21- description : Path to the folder where the built docs are outputted.
22- required : false
23- default : outputs/docs
2420 ModuleArtifactName :
2521 description : Name of the module artifact to upload.
2622 required : false
2723 default : module
24+ DocsOutputPath :
25+ description : Path to the folder where the built docs are outputted.
26+ required : false
27+ default : outputs/docs
2828 DocsArtifactName :
2929 description : Name of the docs artifact to upload.
3030 required : false
3131 default : docs
32+ SiteOutputPath :
33+ description : Path to the folder where the built site is outputted.
34+ required : false
35+ default : outputs/site
3236 Debug :
3337 description : Enable debug output.
3438 required : false
You can’t perform that action at this time.
0 commit comments