Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
feat: 工作流
Browse files Browse the repository at this point in the history
  • Loading branch information
Manshawar committed Dec 19, 2024
1 parent 0b5fa10 commit 2f497f5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pages-build-sit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,11 @@ jobs:
git checkout -b $BRANCH_NAME
# 复制构建结果到指定目录
mkdir -p doc_build
cp -r ./dist/* ./doc_build/
if [ -d "./doc_build" ]; then
cp -r ./doc_build/* .
else
echo "Warning: doc_build directory does not exist."
fi
# 添加和提交更改
git add .
Expand Down

0 comments on commit 2f497f5

Please sign in to comment.