This commit is contained in:
Neil Hanlon
2025-08-29 22:28:53 -04:00
parent 3b75a739de
commit b0ac72befa
+1 -1
View File
@@ -158,7 +158,7 @@ jobs:
run: | run: |
cd public cd public
git init -b gh-pages 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.email "actions@github.com"
git config --local user.name "Github Actions" git config --local user.name "Github Actions"
git add . git add .