Skip to content

Commit bc6accf

Browse files
authored
Merge pull request #2 from cmu-delphi/fix/add-missing-tutorial-files
Add missing tutorial files
2 parents 22f8708 + fc4b445 commit bc6accf

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

deploy.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,19 @@
5353
"match": "^.*\\.js$",
5454
"add-header-comment": true
5555
},
56-
5756
"// images",
5857
{
5958
"type": "move",
6059
"src": "site/images/flags/",
6160
"dst": "/var/www/html/cc-test/images/flags/",
6261
"match": "^.*\\.png$"
62+
},
63+
"// tutorials",
64+
{
65+
"type": "move",
66+
"src": "site/images/",
67+
"dst": "/var/www/html/cc-test/images/",
68+
"match": "^.*\\.(gif|mp4)$"
6369
}
6470

6571
]

site/images/tutorial.gif

1.58 MB
Loading

site/images/tutorial.mp4

480 KB
Binary file not shown.

0 commit comments

Comments
 (0)