Skip to content

Commit d3d5755

Browse files
Merge pull request #55 from andreaswolf/issue-54
[TASK] Create branch to generate docs
2 parents 6eb8ec7 + 814eca4 commit d3d5755

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/docs.yaml

+5-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
composer-command:
14-
- name: Geenerate docs
14+
- name: Generate docs
1515
command: 'docs:generate'
1616
directory: ['typo3-fractor']
1717

@@ -40,9 +40,11 @@ jobs:
4040
- name: "Commit documentation"
4141
uses: stefanzweifel/git-auto-commit-action@v5
4242
with:
43+
file_pattern: '*.md'
44+
disable_globbing: true
4345
commit_message: '[DOCS] Generate documentation'
4446
commit_options: '--no-verify --signoff'
45-
branch: "main"
46-
push_options: '--force-with-lease'
47+
create_branch: true
48+
branch: "feature-create-docs"
4749
env:
4850
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)