🐯完善自部署路由,美化前端展示页面,适配移动端

This commit is contained in:
2024-09-28 00:10:15 +08:00
parent 9a9bb2df2c
commit edb63be85e
5 changed files with 35 additions and 21 deletions

View File

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