Skip to content

Commit 8c46bba

Browse files
author
Max Shkutnyk
committed
FIx pipeline execution script path
1 parent 6e404da commit 8c46bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-cookbooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Build MDX Files
5353
#if: env.mypy_run == 'true'
54-
run: poetry run python .github/scripts/build_cookbooks.py
54+
run: poetry run python .github/scripts/build-cookbooks/build.py
5555
shell: bash
5656

5757
- name: Check for Changes in build-mdx Folder

0 commit comments

Comments
 (0)