mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
修复workflow
This commit is contained in:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user