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"