Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mw-kapilg authored Aug 25, 2023
1 parent f5654dd commit 0a6f76f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
- run:
command: |
mkdir matlabCommandArtifacts
echo '<!DOCTYPE html><html><body><h2>HTML Links</h2><p>HTML links are defined with the a tag:</p><a href="https://www.w3schools.com">This is a link</a></body></html>' > matlabCommandArtifacts/myfile.txt
cd matlabCommandArtifacts
ls
cat myfile.txt
echo '<!DOCTYPE html><html><body><h2>HTML Links</h2><p>HTML links are defined with the a tag:</p><a href="https://www.w3schools.com">This is a link</a></body></html>' > matlabCommandArtifacts/myfile.html
# cd matlabCommandArtifacts
# ls
# cat myfile.html
- store_artifacts:
path: matlabCommandArtifacts/myfile.txt
path: matlabCommandArtifacts/
# - matlab/run-tests:
# source-folder: code
# select-by-folder: tests
Expand Down

0 comments on commit 0a6f76f

Please sign in to comment.