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 ec979eb commit 7bd34df
Showing 1 changed file with 1 addition 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: src # 操作应该部署的文件夹。
folder: dist # 操作应该部署的文件夹。
clean: true
repository-name: hellof2e/quark-doc-home
token: ${{ secrets.GIT_ACTION }}
Expand Down

0 comments on commit 7bd34df

Please sign in to comment.