Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 committed Mar 30, 2024
1 parent d4124f6 commit 4f0fd79
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy-v2-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,14 @@ jobs:
with:
branch: main # action 应该部署到的分支。
folder: dist # 操作应该部署的文件夹。
clean: true
repository-name: quark-ecosystem/quarkc-docs
token: ${{ secrets.GIT_ACTION }}
target-folder: /
single-commit: true
clean: true
clean-exclude: |
playground/*
# 部署到当前仓库的 gh-pages 分支
# - name: Deploy
Expand Down

0 comments on commit 4f0fd79

Please sign in to comment.