diff --git a/.woodpecker.yml b/.woodpecker.yml index c772e49..4672ca0 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,12 +6,9 @@ pipeline: image: node:lts-alpine commands: - npm install gulp -g - - ls -l - - ls -l ./themes/starter - - which gulp - - echo $PATH - npm install hexo-cli -g - - gulp build --cwd ./themes/starter + # TODO: figure out why Gulp fails with: Local gulp not found in /woodpecker/src/codeberg.org/fediverse/fediparty/themes/starter + #- gulp build --cwd ./themes/starter - hexo generate - git checkout pages - find -maxdepth 1 ! -name .git ! -name .domains ! -name public ! -name . -exec rm -rf {} \;