Update woodpecker config

This commit is contained in:
Alexander Navarro 2023-11-25 16:53:22 -03:00
parent 0909991c8f
commit 8a0c213c09
2 changed files with 1 additions and 2 deletions

View file

@ -25,4 +25,3 @@ steps:
- git config --global user.email "woodpecker@bot.net"
- git config --global user.name "woodpecker-bot"
- pnpm run push-to-pages

View file

@ -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 --user 'woodpecker woopecker@bot.net'",
"push-to-pages": "gh-pages --dist dist --branch pages --dotfiles",
"preview": "astro preview",
"astro": "astro"
},