From cb4301a04bec8f846fb1f6e2e7ba6dae09935167 Mon Sep 17 00:00:00 2001 From: lauralani Date: Mon, 18 Dec 2023 19:02:45 +0100 Subject: [PATCH] upcate ci --- .gitignore | 1 + .woodpecker/deploy.yml | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f5cc416..e511103 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ *.vsix .hugo_build.lock +public/ diff --git a/.woodpecker/deploy.yml b/.woodpecker/deploy.yml index a27ca95..528f8e4 100644 --- a/.woodpecker/deploy.yml +++ b/.woodpecker/deploy.yml @@ -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 \ No newline at end of file + - cd public + - netlify deploy --prod \ No newline at end of file