This commit is contained in:
Neil Hanlon
2025-08-29 22:21:51 -04:00
parent 9dd9aec09a
commit 5773ed4e71
+2 -2
View File
@@ -157,8 +157,8 @@ jobs:
id: deployment
run: |
cd public
git init
git remote add git@github.com/$GITHUB_REPOSITORY.git
git init -b gh-pages
git remote add origin git@github.com/$GITHUB_REPOSITORY.git
git config --local user.email "actions@github.com"
git config --local user.name "Github Actions"
git commit -m "deploy"