mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 14:56:07 +08:00
更新build action
This commit is contained in:
parent
78726ab832
commit
87be858220
2
.github/workflows/ build.yml
vendored
2
.github/workflows/ build.yml
vendored
|
@ -23,11 +23,11 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GITHUB_REPO: gitee.com/whyour/qinglong-static
|
GITHUB_REPO: gitee.com/whyour/qinglong-static
|
||||||
run: |
|
run: |
|
||||||
ifconfig eth0 mtu 14000
|
|
||||||
git config --global user.email "imwhyour@gmail.com"
|
git config --global user.email "imwhyour@gmail.com"
|
||||||
git config --global user.name "whyour"
|
git config --global user.name "whyour"
|
||||||
git clone --depth 1 https://gitee.com/whyour/qinglong-static.git static
|
git clone --depth 1 https://gitee.com/whyour/qinglong-static.git static
|
||||||
cd ./static
|
cd ./static
|
||||||
|
rm -rf dist/* && rm -rf build/*
|
||||||
cp -rf ../dist ./ && cp -rf ../build ./
|
cp -rf ../dist ./ && cp -rf ../build ./
|
||||||
git add .
|
git add .
|
||||||
git commit --allow-empty -m "copy static at $(date +'%Y-%m-%d %H:%M:%S')"
|
git commit --allow-empty -m "copy static at $(date +'%Y-%m-%d %H:%M:%S')"
|
||||||
|
|
1
static
Submodule
1
static
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 43854dc7458590ff62c277eda26020f576b0970a
|
Loading…
Reference in New Issue
Block a user