1
0

fix actions

This commit is contained in:
2025-11-21 15:07:16 +09:00
parent 9248f35fe6
commit b6902242dc
5 changed files with 2476 additions and 20 deletions

View File

@@ -14,19 +14,17 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 25
ref: main
submodules: true
fetch-depth: 0
- run: |
cd atmosphere/
npm i
cache: 'npm'
cache-dependency-path: atmosphere/package-lock.json
- run: npm i
working-directory: atmosphere/
- name: Build
env:
TZ: "Asia/Tokyo"
VITE_GOOGLE_MAP_API_KEY: ${{ secrets.VITE_GOOGLE_MAP_API_KEY }}
run: |
cd atmosphere/
echo "VITE_GOOGLE_MAP_API_KEY=${{ secrets.VITE_GOOGLE_MAP_API_KEY }}" > .env
npm run build
- name: Deploy