Update woodpecker config
This commit is contained in:
parent
0909991c8f
commit
8a0c213c09
2 changed files with 1 additions and 2 deletions
|
|
@ -25,4 +25,3 @@ steps:
|
||||||
- git config --global user.email "woodpecker@bot.net"
|
- git config --global user.email "woodpecker@bot.net"
|
||||||
- git config --global user.name "woodpecker-bot"
|
- git config --global user.name "woodpecker-bot"
|
||||||
- pnpm run push-to-pages
|
- pnpm run push-to-pages
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
"dev": "astro dev --port 3000",
|
"dev": "astro dev --port 3000",
|
||||||
"start": "astro dev",
|
"start": "astro dev",
|
||||||
"build": "astro build",
|
"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",
|
"preview": "astro preview",
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue