Actualiser .forgejo/workflows/main.yml
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
chapeau 2024-09-08 07:56:47 +00:00
parent 60e72b8d40
commit f43a071671

View file

@ -21,12 +21,10 @@ jobs:
apt install -y bundler git apt install -y bundler git
git config --global user.email "$MAIL" git config --global user.email "$MAIL"
git config --global user.name "CI Builder" 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 install
bundle exec jekyll build bundle exec jekyll build
cd _site cd _site
git remote set-url origin https://user:$GITHUB_TOKEN@git.chapoline.me/chapeau/blog-static.git
git add --all git add --all
git commit -m "Build" git commit -m "Build"
git push -u origin main git push -u origin main