Skip to content

Commit 528a0e0

Browse files
committed
updated docs
1 parent 80b35cf commit 528a0e0

5 files changed

Lines changed: 202 additions & 136 deletions

File tree

buildandpush.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\bin\docfx.exe .\docfx.json
2-
.\postbuild.ps1
2+
powershell -ExecutionPolicy Bypass -File .\postbuild.ps1
33
.\bin\docfx.exe .\website.json
4-
.\postbuild_website.ps1
4+
powershell -ExecutionPolicy Bypass -File .\postbuild_website.ps1
55
git add .
66
git commit -m "updated docs"
77
git push

0 commit comments

Comments
 (0)