fix syntax error
This commit is contained in:
parent
ba12e6a68f
commit
370e149357
@ -5,7 +5,7 @@ packages:
|
||||
tasks:
|
||||
- package: |
|
||||
cd homepage
|
||||
tar -cvz . --exclude .git >../site.tar.gz
|
||||
tar -cvz --exclude .git . >../site.tar.gz
|
||||
ls -l ../site.tar.gz
|
||||
- upload: |
|
||||
hut pages publish -d www.trinity.moe site.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user