diff options
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh index b655079..dd55d69 100755 --- a/deploy.sh +++ b/deploy.sh @@ -2,7 +2,7 @@ mkdir -p dest -cp logo.png style.css dest +cp logo-* style.css dest cat _index_header.html > dest/index.html for f in $(find itemy -name '*.md'); do |