Skip to content

Commit 68952ed

Browse files
committed
CI
1 parent 76a7ad8 commit 68952ed

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,7 @@ jobs:
2626
sudo apt-get install tree
2727
tree
2828
- matlab/run-command:
29-
command: evalMD;
29+
command: addpath(genpath('plotly_matlab/plotly/')); evalMD;
30+
- run:
31+
command: |
32+
tree

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)