Commit Diff


commit - 2b545623c8d2751aa76ad5de0ebefcadd9b13904
commit + cda23b7b38cfec01bb182faa616a227d2cef29ae
blob - 992be5fc242e95a372c2ccf51b644469eb354439 (mode 644)
blob + /dev/null
--- .build.yaml
+++ /dev/null
@@ -1,21 +0,0 @@
-image: alpine/latest
-oauth: pages.sr.ht/PAGES:RW
-packages:
-- rsync
-- coreutils
-- lowdown
-- go
-- hut
-environment:
-site: barf.btxx.org
-sources:
-- https://git.sr.ht/~bt/barf
-tasks:
-- build: |
-    cd barf
-    make build
-- package: |
-    cd barf/build
-    tar -cvz . > ../../site.tar.gz
-- upload: |
-    hut pages publish -d barf.btxx.org site.tar.gz
\ No newline at end of file
blob - /dev/null
blob + 992be5fc242e95a372c2ccf51b644469eb354439 (mode 644)
--- /dev/null
+++ .build.yml
@@ -0,0 +1,21 @@
+image: alpine/latest
+oauth: pages.sr.ht/PAGES:RW
+packages:
+- rsync
+- coreutils
+- lowdown
+- go
+- hut
+environment:
+site: barf.btxx.org
+sources:
+- https://git.sr.ht/~bt/barf
+tasks:
+- build: |
+    cd barf
+    make build
+- package: |
+    cd barf/build
+    tar -cvz . > ../../site.tar.gz
+- upload: |
+    hut pages publish -d barf.btxx.org site.tar.gz
\ No newline at end of file