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