We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab1387 commit 2ba3ce5Copy full SHA for 2ba3ce5
.github/workflows/publish.yml
@@ -47,7 +47,10 @@ jobs:
47
- name: Run Matlab buildtool
48
uses: matlab-actions/run-build@v2
49
with:
50
- tasks: test publish
+ tasks: publish
51
+# don't run "test" task as then even "clean" will leave Matlab in cached state where
52
+# it won't publish due to thinking a function is a Mex file. Error is
53
+# "Error using publish Only MATLAB code can be published"
54
55
- name: Upload artifact
56
uses: actions/upload-pages-artifact@v3
0 commit comments