mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 23:06:06 +08:00
修复build action
This commit is contained in:
parent
05358ed1a4
commit
ab35901ca6
3
.github/workflows/ build.yml
vendored
3
.github/workflows/ build.yml
vendored
|
@ -25,8 +25,9 @@ jobs:
|
|||
run: |
|
||||
git config --global http.postBuffer 524288000
|
||||
git config --global user.email "imwhyour@gmail.com"
|
||||
git config --global core.compression 0
|
||||
git config --global user.name "whyour"
|
||||
git clone https://gitee.com/whyour/qinglong-static.git static
|
||||
git clone --depth 1 https://gitee.com/whyour/qinglong-static.git static
|
||||
cd ./static
|
||||
cp -rf ../dist ./ && cp -rf ../build ./
|
||||
git add .
|
||||
|
|
Loading…
Reference in New Issue
Block a user