File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11@ {
22 ModuleBuilder = " [2.0.0,3.0)"
3+ PlatyPS = " [0.14.0,0.14.2)"
34}
Original file line number Diff line number Diff line change @@ -106,14 +106,14 @@ process {
106106 }
107107
108108 $WriteMdDocs {
109- if (Test-Path $root \Output\BeautifulDocs ) {
109+ if (Test-Path $root \Output\NexuShell ) {
110110 if ($env: PSModulePath.Split (' ;' ) -notcontains " $root \Output" ) {
111111 $env: PSModulePath = " $root \Output;$env: PSModulePath "
112112 }
113- Import-Module BeautifulDocs - Force
113+ Import-Module NexuShell - Force
114114 Import-Module PlatyPS - Force
115115
116- New-MarkdownHelp - Module BeautifulDocs - OutputFolder $root \docs
116+ New-MarkdownHelp - Module NexuShell - OutputFolder $root \docs
117117
118118 }
119119 }
@@ -131,7 +131,7 @@ process {
131131 git config -- global user.name ' Stephen Valdinger'
132132 git config -- global user.email ' stephen@chocolatey.io'
133133 git remote rm origin
134- $url = ' https://steviecoaster:' + $env: GH_TOKEN + ' @github.com/steviecoaster/BeautifulDocs .git'
134+ $url = ' https://steviecoaster:' + $env: GH_TOKEN + ' @github.com/steviecoaster/NexuShell .git'
135135 git remote add origin $url
136136
137137 $mkDocsArgs = @ (' gh-deploy' , ' --force' )
You can’t perform that action at this time.
0 commit comments