CI fix ?
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
chapeau 2024-06-27 08:58:03 +02:00
parent 7d2913febf
commit eb7457107f

View file

@ -16,6 +16,7 @@ pipeline:
- cd .. - cd ..
- bundle install --retry 4 - bundle install --retry 4
- bundle exec jekyll build - bundle exec jekyll build
- cd _site
- git add --all - git add --all
- git commit -m "Build" - git commit -m "Build"
- git push - git push --set-upstream origin main