Skip to content

Commit

Permalink
Update convert.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronBrennan1 authored Jan 23, 2024
1 parent c322142 commit cc36f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/convert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: getfile

run: |
changed_files=$(git diff --name-only HEAD~1 HEAD | grep '\.mlx')
changed_files=$(git diff | grep '\.mlx')
echo "::set-output name=file::$changed_files"
- name: Convert MLX to HTML
Expand Down

0 comments on commit cc36f50

Please sign in to comment.