Browse Source

clone via ssh

ci/docs
Christopher Felegy 5 years ago
parent
commit
de7768e2ff
1 changed files with 1 additions and 2 deletions
  1. +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


Loading…
Cancel
Save