ci: fix command conflict
All checks were successful
Deploy to Netlify / Deploy to Netlify (push) Successful in 1m17s

This commit is contained in:
Nathan Lamy 2025-07-28 23:36:31 +02:00
parent b8f4ca38ce
commit 83579f5c60
2 changed files with 1 additions and 3 deletions

View file

@ -23,7 +23,7 @@ jobs:
pnpm build
- name: Deploy to Netlify
run: pnpm deploy
run: pnpm run deploy
env:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

View file

@ -1,5 +1,3 @@
"use client"
import * as React from "react"
import * as PopoverPrimitive from "@radix-ui/react-popover"