ci: fix command conflict
All checks were successful
Deploy to Netlify / Deploy to Netlify (push) Successful in 1m17s
All checks were successful
Deploy to Netlify / Deploy to Netlify (push) Successful in 1m17s
This commit is contained in:
parent
b8f4ca38ce
commit
83579f5c60
2 changed files with 1 additions and 3 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
"use client"
|
||||
|
||||
import * as React from "react"
|
||||
import * as PopoverPrimitive from "@radix-ui/react-popover"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue