diff --git a/homepage/.build.yml b/homepage/.build.yml index 5bf97a5..22257f5 100644 --- a/homepage/.build.yml +++ b/homepage/.build.yml @@ -2,13 +2,12 @@ image: alpine/edge oauth: pages.sr.ht/PAGES:RW packages: - hut -- m4 - python3 tasks: - package: | cd homepage make - tar cvz --exclude .git --exclude '*.m4' . >../site.tar.gz + tar cvz --exclude .git . >../site.tar.gz ls -l ../site.tar.gz - upload: | hut pages publish -d trinity.moe site.tar.gz