From 83579f5c60cd24102634d89ad5a6db8eabf037d9 Mon Sep 17 00:00:00 2001 From: Nathan Lamy Date: Mon, 28 Jul 2025 23:36:31 +0200 Subject: [PATCH] ci: fix command conflict --- .forgejo/workflows/deploy.yml | 2 +- app/components/ui/popover.tsx | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 5a98630..a842c62 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -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 }} diff --git a/app/components/ui/popover.tsx b/app/components/ui/popover.tsx index c455896..f1d0bc8 100644 --- a/app/components/ui/popover.tsx +++ b/app/components/ui/popover.tsx @@ -1,5 +1,3 @@ -"use client" - import * as React from "react" import * as PopoverPrimitive from "@radix-ui/react-popover"