Skip to content

Commit

Permalink
chore(workflow): modify demos action
Browse files Browse the repository at this point in the history
  • Loading branch information
cycleccc committed Sep 25, 2024
1 parent 24bc381 commit ee83451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
echo "---------- set ssh-key ok ----------"
- name: download and replace # 下载现有文件,替换
run: |
git clone git@github.com:wangEditor/demo.git
git clone git@github.com:cycleccc/demo.git
echo "---------- git clone ok ----------"
cp -r ./packages/editor/demo/* ./demo ## 用最新构建出来的文件,替换现有的
echo "---------- replace ok ----------"
Expand Down

0 comments on commit ee83451

Please sign in to comment.