Skip to content

fix: シフトボード一覧(PC)を月曜始まりの固定週グリッドに #2658

fix: シフトボード一覧(PC)を月曜始まりの固定週グリッドに

fix: シフトボード一覧(PC)を月曜始まりの固定週グリッドに #2658

Workflow file for this run

name: build
on:
- push
jobs:
build:
runs-on: ubuntu-latest
environment: Preview
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup
uses: ./.github/actions/setup
- name: Build
run: |
npx convex dev &
sleep 5
pnpm run build
kill %1
env:
CLERK_SECRET_KEY: ${{ secrets.CLERK_SECRET_KEY }}
VITE_CLERK_PUBLISHABLE_KEY: ${{ secrets.VITE_CLERK_PUBLISHABLE_KEY }}
CONVEX_DEPLOY_KEY: ${{ secrets.CONVEX_DEPLOY_KEY }}