Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tankvn committed Sep 4, 2024
1 parent 77f39e0 commit 3c4b919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 '[email protected]'
git commit -m 'Updated site'
git push

0 comments on commit 3c4b919

Please sign in to comment.