Skip to content

Commit e7f282d

Browse files
committed
ci: 图片拉取
1 parent 628a50b commit e7f282d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
cd src
2727
cp -r ../raw/docs/zh_cn/* docs
2828
cp -r ../raw/docs/en_us/* en/docs
29+
mkdir -p public/docs
30+
rm -rf public/docs/static
31+
cp -r ../raw/docs/static public/docs
2932
3033
- name: Setup Node
3134
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)