added .env

This commit is contained in:
ClovertaTheTrilobita 2026-03-25 18:59:15 +02:00
parent 5a75e21adb
commit 711634074a

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