Skip to content

Commit

Permalink
Fix path of get_examples in the build-and-publish workflow (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
ceriottm authored Sep 17, 2024
1 parent a3ab8fc commit c8b0abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- id: collectExamples
run: |
echo examplesjson=$(./developer/get_examples.py) >> $GITHUB_OUTPUT
echo examplesjson=$(./src/get_examples.py) >> $GITHUB_OUTPUT
generate-example:
needs: setup
Expand Down

0 comments on commit c8b0abb

Please sign in to comment.