整理项目结构

This commit is contained in:
Zuoling Rong
2025-05-01 03:18:17 +08:00
parent 3600e83b54
commit 7f82481076
14 changed files with 251 additions and 809 deletions

View File

@@ -40,11 +40,11 @@ jobs:
- name: Check favicon
run: |
if [ -f favicon.ico ]; then
if [ -f dist/favicon.ico ]; then
echo "Favicon exists"
ls -l favicon.ico
ls -l dist/favicon.ico
else
echo "Warning: favicon.ico not found"
echo "Warning: favicon.ico not found in dist directory"
exit 1
fi
@@ -54,7 +54,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: '.'
path: 'dist'
deploy:
environment: