Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tverbeiren committed Feb 21, 2024
1 parent c6824ea commit 3dea135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_to_netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Create families.json based src/families.yaml
uses: mikefarah/yq@master
with:
cmd: yq -M -o=json src/families.yaml > families/families.json
cmd: yq -M -o=json src/families.yaml > families.json

- uses: r-lib/actions/setup-r@v2
with:
Expand Down

0 comments on commit 3dea135

Please sign in to comment.