Update .github/workflows/build_and_test.yml
Some checks failed
Build and Deploy Test Version - next.asandikci.com / build_deploy (push) Failing after 4m0s
Some checks failed
Build and Deploy Test Version - next.asandikci.com / build_deploy (push) Failing after 4m0s
This commit is contained in:
parent
eead5f22b6
commit
288d1913c5
1 changed files with 4 additions and 5 deletions
9
.github/workflows/build_and_test.yml
vendored
9
.github/workflows/build_and_test.yml
vendored
|
@ -68,12 +68,11 @@ jobs:
|
|||
git clone https://git.asandikci.com/asandikci.com/web
|
||||
cd web
|
||||
git checkout website
|
||||
rm -rfv .*
|
||||
mv ../../web/_site .
|
||||
git config --global user.name "Aliberk Sandıkçı (Forgejo Runner CI)"
|
||||
git config --global user.email git@asandikci.com
|
||||
mv --force ../../web/_site .
|
||||
git config --global user.name "Aliberk Sandıkçı (CI)"
|
||||
git config --global user.email git+ci@asandikci.com
|
||||
git add -A
|
||||
git commit --all --message "built latest static resources from main"
|
||||
git commit --all --message "built latest static sources from main"
|
||||
git push https://asandikci:${{ secrets.PUSH_KEY }}@git.asandikci.com/asandikci.com/web --all
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue