Fix typo
This commit is contained in:
parent
433ab878f6
commit
0b1098f2f8
|
@ -5,7 +5,7 @@ pipeline:
|
|||
- 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 experiment -- install.sh
|
||||
- git restore --source pages -- install.sh
|
||||
- mv install.sh index.html
|
||||
- rm -f install.sh
|
||||
- if [ -z "$(git status --porcelain)" ]; then exit 0; fi
|
||||
|
|
Loading…
Reference in New Issue