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 63cfefb commit f768ee4Copy full SHA for f768ee4
.github/workflows/build_and_commit_docs.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v5
23
24
- name: "Build documentation"
25
- uses: ./.github/actions/build_documentation.yml
+ uses: ./.github/actions/build_documentation
26
27
- name: Open Pull Request
28
uses: peter-evans/create-pull-request@v6
.github/workflows/build_docs.yml
@@ -15,4 +15,4 @@ jobs:
15
16
steps:
17
18
- - uses: ./.github/actions/build_documentation.yml
+ - uses: ./.github/actions/build_documentation
0 commit comments