This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
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
Update docfx version
pull/1923/head
quin lynch
3 years ago
parent
14a6ad9d1e
commit
a794c7ab78
2 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
azure/docs.bat
+1
-1
azure/docs.yml
+ 0
- 2
azure/docs.bat
View File
@@ -6,8 +6,6 @@ ECHO Y | RMDIR /S docs-static\latest || EXIT /B 1
ECHO build docs
TYPE D:\a\1\s\src\Discord.Net.Commands\Discord.Net.Commands.csproj || EXIT /B 1
docfx.console\tools\docfx.exe docs/docfx.json -o docs-staging || EXIT /B 1
ROBOCOPY docs-staging\_site docs-static\latest /MIR
+ 1
- 1
azure/docs.yml
View File
@@ -10,7 +10,7 @@ steps:
displayName: Install DocFx
inputs:
command: custom
arguments: install docfx.console -ExcludeVersion -Version 2.
47
.0
arguments: install docfx.console -ExcludeVersion -Version 2.
50
.0
- script: azure/docs.bat
displayName: Build and deploy docs
Write
Preview
Loading…
Cancel
Save