Skip to content

Commit 76a7ad8

Browse files
committed
CI
1 parent 39dc822 commit 76a7ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evalMD.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
fclose all; clc;
33
% Setup Plotly in Offline Mode
44
% addpath(genpath('D:\Matlab_code\plotly_matlab\plotly'));
5-
addpath(genpath('plotly_matlab\plotly'));
5+
addpath(genpath('\plotly_matlab\plotly'));
66

77
% Let list of md files
88
fileList = dir('matlab/*.md');

0 commit comments

Comments
 (0)