Skip to content

Commit 072f431

Browse files
fix?
1 parent b5ab81d commit 072f431

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/build_and_commit_docs.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,15 @@ jobs:
1515
concurrency:
1616
group: ci-${{ github.ref }}
1717
cancel-in-progress: true
18-
name: "Build documentation."
19-
uses: ./.github/workflows/build_docs.yml
2018

21-
commit-docs:
22-
needs: [build-docs]
23-
runs-on: ubuntu-latest
19+
runs-on: 'ubuntu-latest'
20+
2421
steps:
25-
- uses: actions/checkout@v5
22+
- name: "Build documentation."
23+
uses: ./.github/workflows/build_docs.yml
2624

2725
- name: Open Pull Request
2826
uses: peter-evans/create-pull-request@v6
2927
with:
3028
title: 'docs: generate docs from latest main [skip-ci]'
31-
delete-branch: true
29+
delete-branch: true

0 commit comments

Comments
 (0)