upcate ci
Some checks failed
ci/woodpecker/push/deploy Pipeline failed

This commit is contained in:
Adora Laura Kalb 2023-12-18 19:02:45 +01:00
parent 9b71bc16ad
commit cb4301a04b
Signed by: adoralaura
GPG key ID: 7A4552166FC8C056
2 changed files with 6 additions and 4 deletions

1
.gitignore vendored
View file

@ -13,3 +13,4 @@
*.vsix
.hugo_build.lock
public/

View file

@ -12,9 +12,9 @@
#
# Exclude page pipeline to be run on "pages" branch
when:
branch:
exclude: pages
#when:
# branch:
# exclude: pages
# Recursive cloning is used to fully clone the themes given as Git submodules
clone:
@ -45,4 +45,5 @@ steps:
- NETLIFY_SITE_ID
commands:
- npm install netlify-cli -g
- netlify deploy --prod --dir ./public
- cd public
- netlify deploy --prod