We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b35cf commit 528a0e0Copy full SHA for 528a0e0
5 files changed
buildandpush.bat
@@ -1,7 +1,7 @@
1
.\bin\docfx.exe .\docfx.json
2
-.\postbuild.ps1
+powershell -ExecutionPolicy Bypass -File .\postbuild.ps1
3
.\bin\docfx.exe .\website.json
4
-.\postbuild_website.ps1
+powershell -ExecutionPolicy Bypass -File .\postbuild_website.ps1
5
git add .
6
git commit -m "updated docs"
7
git push
0 commit comments