diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 07c0a3c..a1b1a0f 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -158,7 +158,7 @@ jobs: run: | cd public git init -b gh-pages - git remote add origin git@github.com/$GITHUB_REPOSITORY.git + git remote add origin git+ssh://git@github.com/$GITHUB_REPOSITORY.git git config --local user.email "actions@github.com" git config --local user.name "Github Actions" git add .