Skip to content

Commit

Permalink
ci: fix theme docs generate bug (anuraghazra#2573)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa authored and tomy0000000 committed Apr 4, 2023
1 parent df6e7df commit 0ccc386
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/push-theme-readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export BRANCH_NAME=updated-theme-readme
git --version
git config --global user.email "no-reply@githubreadmestats.com"
git config --global user.name "GitHub Readme Stats Bot"
git config --global --add safe.directory ${GITHUB_WORKSPACE}
git branch -d $BRANCH_NAME || true
git checkout -b $BRANCH_NAME
git add --all
Expand Down

0 comments on commit 0ccc386

Please sign in to comment.