File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,9 @@ after_build:
35
35
git clone https://github.com/json-api-dotnet/JsonApiDotNetCore.git -b gh-pages origin_site -q
36
36
Copy-Item origin_site/.git _site -recurse
37
37
Copy-Item CNAME _site/CNAME
38
- Get-ChildItem -Path home/* -Recurse | Copy-Item -Destination _site
38
+ Copy-Item home/*.html _site/
39
+ Copy-Item home/*.ico _site/
40
+ Copy-Item -Recurse home/assets/* _site/styles/
39
41
CD _site
40
42
git add -A 2>&1
41
43
git commit -m "CI Updates" -q
Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ dotnet build .. --configuration Release
9
9
Invoke-Expression ./ generate- examples.ps1
10
10
11
11
docfx ./ docfx.json
12
- Get-ChildItem - Path home/* - Recurse | Copy-Item - Destination _site
12
+ Copy-Item home/* .html _site/
13
+ Copy-Item home/* .ico _site/
14
+ Copy-Item - Recurse home/ assets/* _site/ styles/
13
15
14
16
cd _site
15
17
httpserver &
You can’t perform that action at this time.
0 commit comments