Skip to content

Commit 9821842

Browse files
committed
extra folder removal
1 parent 06a88bb commit 9821842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate_api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
cd external-repo/Software
4747
npx @openapitools/openapi-generator-cli --custom-generator MATLAB/lib/jar/MATLABClientCodegen-openapi-generator-0.0.1.jar generate -g MATLAB -i https://api.macrobondfinancial.com/swagger/v1/swagger.json -o MacrobondMATLABAPI --package-name MacrobondMATLABAPI
48-
cp -r external-repo/Software/MacrobondMATLABAPI/* current-repo/
48+
cp -r MacrobondMATLABAPI/* current-repo/
4949
5050
- name: Configure Git
5151
run: |

0 commit comments

Comments
 (0)