Skip to content

Commit 8592106

Browse files
committed
Fix build
1 parent ec46570 commit 8592106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ registry-build: ## build the shadcn registry
9090
npm run registry:build
9191

9292
registry-deploy: registry-build ## Deploy the shadcn registry (Automatically done by CI/CD pipeline)
93-
@(cd public/r && npx gh-pages -b gh-pages -s atomic-crm.json -e r -m "Deploy registry" --remove r)
93+
@(cd public/r && npx gh-pages -b gh-pages -d ./ -s atomic-crm.json -e r -m "Deploy registry" --remove r)
9494

9595
registry-gen: ## Generate the shadcn registry (ran automatically by a pre-commit hook)
9696
npm run registry:gen

0 commit comments

Comments
 (0)