From b0ac72befa58382103e4537bf2bf9aac5bc6e4a7 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Fri, 29 Aug 2025 22:28:53 -0400 Subject: [PATCH] a --- .github/workflows/hugo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .