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" },