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