Skip to content

Commit ae2efb5

Browse files
committed
修改yml
1 parent 7af00f6 commit ae2efb5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ jobs:
2323
# ksgcLbaW4SVNXtGtudlBOZ2EfMJz80TMlqpNi934
2424
- run: npx vuepress build docs
2525
- 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 .
26+
- run: cd L-SUI.github.io && git pull
27+
- run: cp -af ../docs/.vuepress/dist/ ../L-SUI.github.io/
28+
- run: git add .
2829
- run: git config user.email "[email protected]"
2930
- run: git config user.name "LiuXiaoDong"
3031
- run: git commit -m 'circleci自动提交'

0 commit comments

Comments
 (0)