mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-25 09:35:34 +08:00
fix doxygen permission (#238)
This commit is contained in:
@@ -63,6 +63,9 @@ if ($param === 'before') {
|
|||||||
// 清除旧文档
|
// 清除旧文档
|
||||||
exec('rm -rf docs/.vuepress/public/doxy');
|
exec('rm -rf docs/.vuepress/public/doxy');
|
||||||
|
|
||||||
|
// 授予目录权限:doxy/html
|
||||||
|
exec('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