From e325b29f8005e4f2923e6bc0a2dc9c2164a9fa7f Mon Sep 17 00:00:00 2001 From: "David A. Lareo" Date: Wed, 27 Sep 2023 15:33:27 +0200 Subject: [PATCH] remove deploy action from package.json --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 7483373d..55dbc532 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,7 @@ "preview": "astro preview", "astro": "astro", "format": "prettier -w .", - "lint:eslint": "eslint . --ext .js,.ts,.astro", - "deploy": "astro build && gh-pages -d dist" + "lint:eslint": "eslint . --ext .js,.ts,.astro" }, "dependencies": { "@astrojs/rss": "^3.0.0",