take 2
This commit is contained in:
parent
00765efacd
commit
dff2ef2af6
@ -5,9 +5,8 @@ packages:
|
|||||||
- python3
|
- python3
|
||||||
tasks:
|
tasks:
|
||||||
- package: |
|
- package: |
|
||||||
cd src/homepage
|
make -C src/homepage generate
|
||||||
make generate
|
tar cvz --exclude .git homepage >site.tar.gz
|
||||||
tar cvz --exclude .git . >../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