From 42eb15bb6e440e9334e233ecdf52775904c38998 Mon Sep 17 00:00:00 2001 From: aleidk Date: Sat, 25 Nov 2023 16:53:22 -0300 Subject: [PATCH] Update woodpecker config --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 19acbfc..c5f7553 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dev": "astro dev --port 3000", "start": "astro dev", "build": "astro build", - "push-to-pages": "gh-pages --dist dist --branch pages --dotfiles", + "push-to-pages": "gh-pages --dist dist --branch pages --dotfiles --user 'woodpecker woopecker@bot.net'", "preview": "astro preview", "astro": "astro" },