Skip to content

Commit

Permalink
feat: update to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 committed Mar 25, 2024
1 parent 6c9c6d5 commit c8fc21a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-trigger-quark-doc-home-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: main # action 应该部署到的分支。
folder: package.json # 操作应该部署的文件夹。
folder: src # 操作应该部署的文件夹。
clean: true
repository-name: hellof2e/quark-doc-home
token: ${{ secrets.GIT_ACTION }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Release
on:
push:
branches: [ main ]
paths:
- "package.json"

jobs:
build:
Expand Down

0 comments on commit c8fc21a

Please sign in to comment.