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 24, 2024
1 parent b7dc957 commit a8b82e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/convert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
echo "::set-output name=mlx_file::$changed_files"
- name: Convert MLX to HTML
if: steps.getfile.outputs.mlx_files != ''
if: steps.getfile.outputs.mlx_file != ''
run: |
./run_matlab.sh "${{ steps.getfile.outputs.mlx_files }}"
./run_matlab.sh "${{ steps.getfile.outputs.mlx_file }}"
- name: Commit and Push New File

Expand Down

0 comments on commit a8b82e8

Please sign in to comment.