Merge branch 'blog-content' of https://github.com/ClovertaTheTrilobita/SanYeCao-blog into blog-content

This commit is contained in:
ClovertaTheTrilobita 2026-03-25 19:04:30 +02:00
commit 363e80c9fc

View file

@ -42,6 +42,12 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Create .env file
run: |
cat > .env <<'EOF'
${{ secrets.ENV_FILE }}
EOF
- name: Build Astro site
run: npm run build