Fix more bugs

This commit is contained in:
Santiago Lo Coco 2022-11-12 11:40:26 -03:00
parent 0b1098f2f8
commit ef39fdb8b5
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ pipeline:
commands:
- git config --local user.name "$(git log --format=%an | head -n 1)"
- git config --local user.email "$(git log --format=%ae | head -n 1)"
- git switch master
- git restore --source pages -- install.sh
- git switch pages
- git restore --source master -- install.sh
- mv install.sh index.html
- rm -f install.sh
- if [ -z "$(git status --porcelain)" ]; then exit 0; fi