This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
youys
/
Discord.Net
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
34
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
clone via ssh
ci/docs
Christopher Felegy
5 years ago
parent
3b25b4508a
commit
de7768e2ff
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
azure/docs.bat
+ 1
- 2
azure/docs.bat
View File
@@ -1,11 +1,10 @@
ECHO clone docs-static
git clone
https://github.com/
discord-net/docs-static.git || EXIT /B 1
git clone
git@github.com:
discord-net/docs-static.git || EXIT /B 1
ECHO remove old 'latest'
ECHO Y | RMDIR /S docs-static\latest || EXIT /B 1
ECHO build docs
DIR
docfx.console\tools\docfx.exe docs/docfx.json -o docs-static/latest/ || EXIT /B 1
ECHO commit and deploy
Write
Preview
Loading…
Cancel
Save