update drone conditional for git
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
oDinZu 2022-11-29 15:50:52 -05:00
parent 7f4fb8dd21
commit 86e4098bac

View File

@ -108,6 +108,7 @@ steps:
# update www-data branch with fresh drone ci Jekyll _site build
- git clone https://git.sharpetronics.com/sharpetronics/sharpetronics.com.git
- cd sharpetronics.com/
- git branch -b www-data
- git checkout www-data
- cp -R ../_site/* .
- git add *