Skip to content

Commit 71e9bc5

Browse files
authored
Fix path of get_examples in the build-and-publish workflow (#77)
1 parent c1f393d commit 71e9bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

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

2020
- id: collectExamples
2121
run: |
22-
echo examplesjson=$(./developer/get_examples.py) >> $GITHUB_OUTPUT
22+
echo examplesjson=$(./src/get_examples.py) >> $GITHUB_OUTPUT
2323
2424
generate-example:
2525
needs: setup

0 commit comments

Comments
 (0)