Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
marslavish committed Nov 1, 2024
1 parent 803336a commit 8e0a630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Get examples from directories
id: get-matrix
env:
DIRS: '[templates]' # add more dirs here if needed
DIRS: '["templates"]' # Add more dirs here if needed
run: |
# Get examples from each directory
all_examples=$(for dir in $(echo $DIRS | jq -r '.[]'); do
Expand Down

0 comments on commit 8e0a630

Please sign in to comment.