Update .github/workflows/build_and_test.yml
Some checks failed
Build and Deploy Test Version - next.asandikci.com / build_deploy (push) Failing after 3m59s
Some checks failed
Build and Deploy Test Version - next.asandikci.com / build_deploy (push) Failing after 3m59s
This commit is contained in:
parent
288d1913c5
commit
d216e1a03a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_and_test.yml
vendored
2
.github/workflows/build_and_test.yml
vendored
|
@ -68,7 +68,7 @@ jobs:
|
||||||
git clone https://git.asandikci.com/asandikci.com/web
|
git clone https://git.asandikci.com/asandikci.com/web
|
||||||
cd web
|
cd web
|
||||||
git checkout website
|
git checkout website
|
||||||
mv --force ../../web/_site .
|
cp -rfv ../../web/_site .
|
||||||
git config --global user.name "Aliberk Sandıkçı (CI)"
|
git config --global user.name "Aliberk Sandıkçı (CI)"
|
||||||
git config --global user.email git+ci@asandikci.com
|
git config --global user.email git+ci@asandikci.com
|
||||||
git add -A
|
git add -A
|
||||||
|
|
Loading…
Reference in a new issue