File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,8 +137,8 @@ jobs:
137
137
WorkingDirectory : ${{ inputs.Path }}
138
138
Script : |
139
139
LogGroup "Get folder structure" {
140
- $functionDocsFolder = New-Item -Path "/ outputs/site/docs/Functions" -ItemType Directory -Force
141
- Copy-Item -Path "/ outputs/docs/*" -Destination "/ outputs/site/docs/Functions" -Recurse -Force
140
+ $functionDocsFolder = New-Item -Path "outputs/site/docs/Functions" -ItemType Directory -Force
141
+ Copy-Item -Path "outputs/docs/*" -Destination "outputs/site/docs/Functions" -Recurse -Force
142
142
$moduleName = [string]::IsNullOrEmpty('${{ inputs.Name }}') ? $env:GITHUB_REPOSITORY_NAME : '${{ inputs.Name }}'
143
143
$ModuleSourcePath = Resolve-Path 'src' | Select-Object -ExpandProperty Path
144
144
$SiteOutputPath = Resolve-Path 'outputs/site' | Select-Object -ExpandProperty Path
You can’t perform that action at this time.
0 commit comments