Skip to content

Commit 5b9519b

Browse files
committed
feat: orphan branch
1 parent ef347dc commit 5b9519b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/mkdoc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
pip install .
2828
2929
- name: new branch
30-
run: git checkout -b automated_mkdocs
30+
run: |
31+
git checkout -b automated_mkdocs --orphan
3132
3233
- name: build docs
3334
run: python docgen/main.py

0 commit comments

Comments
 (0)