mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 06:46:09 +08:00
测试build action
This commit is contained in:
parent
3574f69723
commit
89d9357a8a
3
.github/workflows/ build.yml
vendored
3
.github/workflows/ build.yml
vendored
|
@ -23,10 +23,9 @@ jobs:
|
|||
env:
|
||||
GITHUB_REPO: gitee.com/whyour/qinglong-static
|
||||
run: |
|
||||
mkdir -p static
|
||||
git clone https://gitee.com/whyour/qinglong-static.git static
|
||||
cd ./static
|
||||
cp -rf ../dist ./ && cp -rf ../build ./
|
||||
git init && git add .
|
||||
git config user.name "whyour"
|
||||
git config user.email "imwhyour@gmail.com"
|
||||
git add .
|
||||
|
|
Loading…
Reference in New Issue
Block a user