Skip to content

Commit

Permalink
feat: workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 committed Nov 2, 2022
1 parent f3925ec commit ced30f7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/sync-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,15 @@ jobs:
- run: yarn install
- run: yarn copydocs
- name : Sync
uses : JamesIves/github-pages-deploy-action@v4.4.1
uses : JamesIves/github-pages-deploy-action@4.1.7
with :
branch : main # action 应该部署到的分支。
folder : site_docs # 操作应该部署的文件夹。
clean: false
repository-name: hellof2e/quark-design-docs
token: ${{ secrets.GIT_ACTION }}
target-folder: src/docs_vue
target-folder: src/docs_vue




0 comments on commit ced30f7

Please sign in to comment.