Skip to content

Commit

Permalink
fix:add version support in build.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
arthuridea committed Dec 27, 2023
1 parent 84698ed commit 768760e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ chcp 65001
::rd /s /q .\obj\.cache
echo 【INFO】清除过期文件...
echo 【INFO】清除.\dist\api
rd /s /q .\dist\api
echo 【INFO】清除.\dist\_site
rd /s /q .\dist\_site
rd /s /q .\dist\api\%1
echo 【INFO】清除.\dist\_site\v%1
rd /s /q .\dist\_site\v%1
echo 【INFO】重建元数据...
docfx metadata docfx.json
echo 【INFO】构建文档...
Expand Down

0 comments on commit 768760e

Please sign in to comment.