diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fa9dd67..b0fa1c6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,7 +34,7 @@ jobs: cp -R public/* ${GITHUB_WORKSPACE}/built-site/ cd ${GITHUB_WORKSPACE}/built-site git add . - git config user.name 'tankvn' + git config user.name 'awesome-hugo' git config user.email 'tanvd357@gmail.com' git commit -m 'Updated site' git push \ No newline at end of file