diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 13fd7f3..ac10408 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -68,7 +68,7 @@ jobs: git clone https://git.asandikci.com/asandikci.com/web cd web git checkout website - mv --force ../../web/_site . + cp -rfv ../../web/_site . git config --global user.name "Aliberk Sandıkçı (CI)" git config --global user.email git+ci@asandikci.com git add -A