We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18465fc commit cbe1fffCopy full SHA for cbe1fff
.github/workflows/convert.yml
@@ -38,13 +38,13 @@ jobs:
38
run: echo "The following MLX files have been changed ${{ env.mlx_file }}"
39
40
41
- - name: Make MATLAB Script Executable
42
- run: chmod +x ./run_matlab.sh
+ # - name: Make MATLAB Script Executable
+ # run: chmod +x ./run_matlab.sh
43
44
- - name: Convert MLX to HTML
45
- if: steps.getfile.outputs.mlx_file != ''
46
- run: |
47
- ./run_matlab.sh "${{ steps.getfile.outputs.mlx_file }}"
+ # - name: Convert MLX to HTML
+ # if: steps.getfile.outputs.mlx_file != ''
+ # run: |
+ # ./run_matlab.sh "${{ steps.getfile.outputs.mlx_file }}"
48
49
- name: Commit and Push New File
50
run: |
0 commit comments