1
0

gh-actions

This commit is contained in:
2025-11-21 13:07:54 +09:00
parent 11d667c65e
commit f706e9a14e

View File

@@ -4,6 +4,7 @@ on:
push:
branches:
- main
environment: gh-pages
jobs:
build-deploy:
@@ -23,6 +24,7 @@ jobs:
- name: Build
env:
TZ: "Asia/Tokyo"
VITE_GOOGLE_MAP_API_KEY: ${{ secrets.VITE_GOOGLE_MAP_API_KEY }}
run: |
cd atmosphere/
npm run build