修复workflow

This commit is contained in:
whyour 2022-11-17 00:28:28 +08:00
parent 48f262e1f3
commit d83641db92

View File

@ -62,8 +62,8 @@ jobs:
GITHUB_BRANCH: ${{ github.ref_name }}
run: |
mkdir -p tmp
mkdir -p .github/workflows
cd ./tmp
mkdir -p .github/workflows
cp -rf ../static/* ./
cp ../.github/COPY_STATIC.yml ./.github/workflows/
git init -b ${GITHUB_BRANCH} && git add .