Skip to content

Commit 394a446

Browse files
chore: fix docs generation (#4679)
1 parent 4a195b5 commit 394a446

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build_and_commit_docs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
commit-docs:
1818
needs: [build-docs]
1919
permissions:
20-
contents: write
21-
pull-requests: write
20+
contents: write
21+
pull-requests: write
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Open Pull Request
25-
uses: peter-evans/create-pull-request@v6
26-
with:
27-
title: 'docs: generate docs from latest main [skip-ci]'
28-
delete-branch: true
25+
uses: peter-evans/create-pull-request@v6
26+
with:
27+
title: 'docs: generate docs from latest main [skip-ci]'
28+
delete-branch: true

0 commit comments

Comments
 (0)