Skip to content

Commit bef2b35

Browse files
use correct action
1 parent d84e6ac commit bef2b35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_and_commit_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
group: ci-${{ github.ref }}
1717
cancel-in-progress: true
1818
name: "Build documentation."
19-
uses: ./.github/workflows/build.yml
19+
uses: ./.github/workflows/build_docs.yml
2020

2121
commit-docs:
2222
needs: [build-docs]

0 commit comments

Comments
 (0)