summaryrefslogtreecommitdiffstats
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.build.yml b/.build.yml
index c9d5c82..3d244bd 100644
--- a/.build.yml
+++ b/.build.yml
@@ -2,14 +2,12 @@ image: alpine/latest
oauth: pages.sr.ht/PAGES:RW
packages:
- - yarn
- - nodejs
+ - hugo
tasks:
- build: |
cd a14m.srht.site
- yarn install
- yarn build
+ hugo
tar -C public -cvz . > ../site.tar.gz
- publish: |