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