Skip to content

Commit

Permalink
Update gen_site.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rhuss authored Mar 18, 2024
1 parent ded73a0 commit 92f4ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen_site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cd public
if [ -n "$(git status -s)" ] ; then
echo "Updating gh-pages branch"
git config credential.helper 'cache --timeout=120'
git config user.email "gh@k8spatterns.io"
git config user.email "gh@k8spatterns.com"
git config user.name "k8spatterns-ci"
git add --all && git commit -m "Publishing to gh-pages [ci skip]" && git push --force origin gh-pages
fi

0 comments on commit 92f4ecf

Please sign in to comment.