Skip to content

Commit 424f187

Browse files
committed
docs(fix-path): Fix ci path
1 parent 7f65962 commit 424f187

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
uses: github-actions-x/[email protected]
2525
with:
2626
github-token: ${{ secrets.GITHUB_TOKEN }}
27-
push-branch: 'master'
28-
commit-message: 'Automatic docs and changelog generation'
27+
push-branch: 'docs'
28+
commit-message: 'Automatic docs generation'
2929
force-add: 'true'
3030
files: docs/
3131
name: ${{ github.actor }}

0 commit comments

Comments
 (0)