修复编译静态资源目录

This commit is contained in:
whyour 2022-03-07 23:21:18 +08:00
parent 747f4552e0
commit 384e3f09da

View File

@ -38,7 +38,7 @@ jobs:
run: |
mkdir -p tmp
cd ./tmp
cp -rf ../static ./
cp -rf ../static/* ./
git init -b ${GITHUB_BRANCH} && git add .
git config --local user.name 'github-actions[bot]'
git config --local user.email 'github-actions[bot]@users.noreply.github.com'