修复编译静态资源目录

This commit is contained in:
whyour 2022-03-07 23:21:18 +08:00
parent d693e1f9ea
commit 69fab610e6

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'