mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 06:46:09 +08:00
修复编译静态资源目录
This commit is contained in:
parent
747f4552e0
commit
384e3f09da
2
.github/workflows/build_docker_image.yml
vendored
2
.github/workflows/build_docker_image.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
mkdir -p tmp
|
mkdir -p tmp
|
||||||
cd ./tmp
|
cd ./tmp
|
||||||
cp -rf ../static ./
|
cp -rf ../static/* ./
|
||||||
git init -b ${GITHUB_BRANCH} && git add .
|
git init -b ${GITHUB_BRANCH} && git add .
|
||||||
git config --local user.name 'github-actions[bot]'
|
git config --local user.name 'github-actions[bot]'
|
||||||
git config --local user.email 'github-actions[bot]@users.noreply.github.com'
|
git config --local user.email 'github-actions[bot]@users.noreply.github.com'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user