diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-08-26 19:29:11 +0200 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-08-26 19:29:11 +0200 |
commit | 2c8a2699b7f28e485852d961039779af2c4ff87f (patch) | |
tree | 9470831bda2399dbb9ae30676b0c4c31dd7aba29 /deploy.sh | |
parent | 27a5b369345620d9a6fa0a60469b20c90dd391a2 (diff) | |
download | harcdzielnia-2c8a2699b7f28e485852d961039779af2c4ff87f.tar.gz harcdzielnia-2c8a2699b7f28e485852d961039779af2c4ff87f.zip |
Nowy style
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 |