Skip to content

Commit f375b43

Browse files
authored
fix branch name
1 parent 2551b09 commit f375b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
git config --global user.email "github-actions[bot]@users.noreply.github.com"
4141
git add docs/
4242
git commit -m "Update generated markdown files" || echo "No changes to commit"
43-
git push origin main
43+
git push origin master

0 commit comments

Comments
 (0)