Skip to content

Commit 36b9ecf

Browse files
committed
docs workflow
1 parent 9b9c1e4 commit 36b9ecf

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,6 @@ jobs:
3636
- uses: actions/setup-dotnet@v1
3737
with:
3838
dotnet-version: '5.0.100-rc.1.20452.10'
39-
- name: DOTNET HACK
40-
shell: pwsh
41-
run: |
42-
$version = Split-Path (Split-Path $ENV:DOTNET_ROOT -Parent) -Leaf;
43-
$root = Split-Path (Split-Path $ENV:DOTNET_ROOT -Parent) -Parent;
44-
$directories = Get-ChildItem $root | Where-Object { $_.Name -ne $version };
45-
foreach ($dir in $directories) {
46-
$from = $dir.FullName;
47-
$to = "$root/$version";
48-
Write-Host Copying from $from to $to;
49-
Copy-Item "$from\*" $to -Recurse -Force;
50-
}
5139

5240
- name: Building library
5341
run: dotnet build /p:PublicRelease=true

0 commit comments

Comments
 (0)