Skip to content

Commit cbe1fff

Browse files
Update convert.yml
1 parent 18465fc commit cbe1fff

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/convert.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838
run: echo "The following MLX files have been changed ${{ env.mlx_file }}"
3939

4040

41-
- name: Make MATLAB Script Executable
42-
run: chmod +x ./run_matlab.sh
41+
# - name: Make MATLAB Script Executable
42+
# run: chmod +x ./run_matlab.sh
4343

44-
- name: Convert MLX to HTML
45-
if: steps.getfile.outputs.mlx_file != ''
46-
run: |
47-
./run_matlab.sh "${{ steps.getfile.outputs.mlx_file }}"
44+
# - name: Convert MLX to HTML
45+
# if: steps.getfile.outputs.mlx_file != ''
46+
# run: |
47+
# ./run_matlab.sh "${{ steps.getfile.outputs.mlx_file }}"
4848

4949
- name: Commit and Push New File
5050
run: |

0 commit comments

Comments
 (0)