From f43a0716718685cb02c1785d64b7955729e4a904 Mon Sep 17 00:00:00 2001 From: chapeau Date: Sun, 8 Sep 2024 07:56:47 +0000 Subject: [PATCH] Actualiser .forgejo/workflows/main.yml --- .forgejo/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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