测试build action

This commit is contained in:
whyour 2021-05-15 01:31:22 +08:00
parent 3574f69723
commit 89d9357a8a

View File

@ -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 .