Skip to content

Commit 7553f7f

Browse files
committed
fix: push docs dir
1 parent 17d6c07 commit 7553f7f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/mkdoc.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
run: |
2222
pip install .
2323
24+
- name: new branch
25+
run: git checkout -b automated_mkdocs
26+
2427
- name: build docs
2528
run: python docgen/main.py
2629

@@ -33,5 +36,6 @@ jobs:
3336
3437
- name: push to new gh branch
3538
run: |
36-
git checkout -b automated_mkdocs
39+
git add docs/*.md
40+
git commit -m "automated docs"
3741
git push --set-upstream origin automated_mkdocs

0 commit comments

Comments
 (0)