i think this'll work
This commit is contained in:
parent
e78afd8c2e
commit
fde21057c9
@ -2,13 +2,12 @@ image: alpine/edge
|
|||||||
oauth: pages.sr.ht/PAGES:RW
|
oauth: pages.sr.ht/PAGES:RW
|
||||||
packages:
|
packages:
|
||||||
- hut
|
- hut
|
||||||
- m4
|
|
||||||
- python3
|
- python3
|
||||||
tasks:
|
tasks:
|
||||||
- package: |
|
- package: |
|
||||||
cd homepage
|
cd homepage
|
||||||
make
|
make
|
||||||
tar cvz --exclude .git --exclude '*.m4' . >../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