We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ab81d commit 072f431Copy full SHA for 072f431
.github/workflows/build_and_commit_docs.yml
@@ -15,17 +15,15 @@ jobs:
15
concurrency:
16
group: ci-${{ github.ref }}
17
cancel-in-progress: true
18
- name: "Build documentation."
19
- uses: ./.github/workflows/build_docs.yml
20
21
- commit-docs:
22
- needs: [build-docs]
23
- runs-on: ubuntu-latest
+ runs-on: 'ubuntu-latest'
+
24
steps:
25
- - uses: actions/checkout@v5
+ - name: "Build documentation."
+ uses: ./.github/workflows/build_docs.yml
26
27
- name: Open Pull Request
28
uses: peter-evans/create-pull-request@v6
29
with:
30
title: 'docs: generate docs from latest main [skip-ci]'
31
- delete-branch: true
+ delete-branch: true
0 commit comments