We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af00f6 commit ae2efb5Copy full SHA for ae2efb5
.circleci/config.yml
@@ -23,8 +23,9 @@ jobs:
23
# ksgcLbaW4SVNXtGtudlBOZ2EfMJz80TMlqpNi934
24
- run: npx vuepress build docs
25
- run: git clone https://github.com/L-SUI/L-SUI.github.io.git
26
- - run: cp -af ./docs/.vuepress/dist/ ./L-SUI.github.io/
27
- - run: cd L-SUI.github.io && git add .
+ - run: cd L-SUI.github.io && git pull
+ - run: cp -af ../docs/.vuepress/dist/ ../L-SUI.github.io/
28
+ - run: git add .
29
- run: git config user.email "[email protected]"
30
- run: git config user.name "LiuXiaoDong"
31
- run: git commit -m 'circleci自动提交'
0 commit comments