try again to get rid of m4 files in site package
This commit is contained in:
parent
11cf996aeb
commit
6f51e2f33a
@ -7,7 +7,7 @@ tasks:
|
|||||||
- package: |
|
- package: |
|
||||||
cd homepage
|
cd homepage
|
||||||
m4 index.m4 >index.html
|
m4 index.m4 >index.html
|
||||||
tar -cvz --exclude .git --exclude *.m4 . >../site.tar.gz
|
tar -cvz --exclude .git --exclude '*.m4' . >../site.tar.gz
|
||||||
ls -l ../site.tar.gz
|
ls -l ../site.tar.gz
|
||||||
- upload: |
|
- upload: |
|
||||||
hut pages publish -d trinity.moe site.tar.gz
|
hut pages publish -d trinity.moe site.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user