Skip to content

Commit e6c5b51

Browse files
committed
fix: unstage, but not delete
1 parent edc3bc6 commit e6c5b51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/mkdoc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
4343
- name: push to new gh branch
4444
run: |
45+
git reset HEAD -- .
4546
git add docs/*.md
4647
git commit -m "automated docs"
4748
git push --set-upstream origin automated_mkdocs --force

0 commit comments

Comments
 (0)