chore: CI (again)

This commit is contained in:
David Lapshin 2023-07-09 20:38:45 +03:00
parent 92ca512001
commit 31a06091a3
Signed by: daudix
GPG key ID: 93ECF15D3053D81C

View file

@ -34,7 +34,7 @@ steps:
- git config --global init.defaultBranch pages - git config --global init.defaultBranch pages
# clone and move the target repo # clone and move the target repo
- git clone -b pages https://codeberg.org/daudix-UFO/blog.git - git clone -b pages https://codeberg.org/daudix-UFO/blog.git
- mv blog _site - mv CBOUT _site
- chmod -R a+w _site - chmod -R a+w _site
- cd _site - cd _site
# Prepare for push # Prepare for push
@ -44,7 +44,7 @@ steps:
- bundle install - bundle install
- bundle exec jekyll build - bundle exec jekyll build
# Only needed for custom domains # Only needed for custom domains
# - cp domains _site/.domains - cp domains _site/.domains
# Push to target # Push to target
- cd _site - cd _site
- git add --all - git add --all