diff --git a/.forgejo/workflows/main.yml b/.forgejo/workflows/main.yml index 0f909c2..0a40ea9 100644 --- a/.forgejo/workflows/main.yml +++ b/.forgejo/workflows/main.yml @@ -21,12 +21,10 @@ jobs: apt install -y bundler git git config --global user.email "$MAIL" git config --global user.name "CI Builder" - cd _site - git remote set-url origin https://user:$GITHUB_TOKEN@git.chapoline.me/chapeau/blog-static.git - cd .. bundle install bundle exec jekyll build cd _site + git remote set-url origin https://user:$GITHUB_TOKEN@git.chapoline.me/chapeau/blog-static.git git add --all git commit -m "Build" git push -u origin main \ No newline at end of file