浏览代码

update deploy.yml

ruki 4 年之前
父节点
当前提交
8db37cd334
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/deploy.yml

+ 1 - 1
.github/workflows/deploy.yml

@@ -34,7 +34,7 @@ jobs:
           git remote set-url --add all [email protected]:waruqi/xrepo-docs.git
           git remote set-url --add all [email protected]:xmake-io/xrepo-docs.git
           git remote set-url --add all [email protected]:xmake-io/xrepo-docs.git
-          xmake l build.lua
+          xmake l -vD ./build.lua
           git commit -a -m "update docs"
           git push all master