🤪优化前端页面

This commit is contained in:
2024-09-06 00:10:48 +08:00
parent 7176e1d4dd
commit 731097e2f1
5 changed files with 6 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ jobs:
- name: Commit changes
run: |
mkdir pages
cp -r main ./static/index.html ./static/readme.md all.json errors.json pages/
cp -r main ./static/index.html ./static/readme.md ./static/favicon.ico all.json errors.json pages/
cd pages
git init
git add .