yangxiaolu3 4 years ago
parent
commit
d9daa4a2f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/sync-docs.yml

+ 1 - 1
.github/workflows/sync-docs.yml

@@ -19,7 +19,7 @@ jobs:
         uses : JamesIves/github-pages-deploy-action@4.1.7 
         with :
           branch : docs_dev # action 应该部署到的分支。
-          folder : site_docs #操作应该部署的文件夹。
+          folder : site_docs/docs_vue #操作应该部署的文件夹。
           repository-name: jdf2e/nutui-docs
           token: ${{ secrets.GIT_ACTION }}
           target-folder: src/docs_vue