This commit is contained in:
parent
60e72b8d40
commit
f43a071671
1 changed files with 1 additions and 3 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue