mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-02 14:25:38 +08:00
fix doxygen sudo permission (#239)
This commit is contained in:
@@ -64,7 +64,7 @@ if ($param === 'before') {
|
|||||||
exec('rm -rf docs/.vuepress/public/doxy');
|
exec('rm -rf docs/.vuepress/public/doxy');
|
||||||
|
|
||||||
// 授予目录权限:doxy/html
|
// 授予目录权限:doxy/html
|
||||||
exec('chmod -R 644 doxy/html');
|
exec('sudo chmod -R 644 doxy/html');
|
||||||
|
|
||||||
// 移动新文档到 docs 目录
|
// 移动新文档到 docs 目录
|
||||||
exec('mv doxy/html docs/.vuepress/public/doxy');
|
exec('mv doxy/html docs/.vuepress/public/doxy');
|
||||||
|
|||||||
Reference in New Issue
Block a user