1
0
This commit is contained in:
dtb 2023-08-09 20:44:04 -04:00
parent 00765efacd
commit dff2ef2af6

View File

@ -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