gh-actions
This commit is contained in:
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user