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 df5e0b2 commit 63cfefbCopy full SHA for 63cfefb
.github/workflows/build_and_commit_docs.yml
@@ -22,8 +22,8 @@ jobs:
22
- uses: actions/checkout@v5
23
24
- name: "Build documentation"
25
- uses: .github/actions/build_documentation.yml
26
-
+ uses: ./.github/actions/build_documentation.yml
+
27
- name: Open Pull Request
28
uses: peter-evans/create-pull-request@v6
29
with:
.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.yml
0 commit comments