aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-02 14:35:18 -0400
committerBradley Taunt <bt@btxx.org>2024-07-02 14:35:18 -0400
commit30297c220a4b5502feb2215b10bb0ca40c49828e (patch)
tree3d8c49236c68a48f9daa565aa8f5e3cf64852471
parentdc6db80fa72286704849ef61ee0e5ccb5841cb09 (diff)
More build config fixes
-rw-r--r--.build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.build.yml b/.build.yml
index 2f9a51d..3f41bf0 100644
--- a/.build.yml
+++ b/.build.yml
@@ -11,8 +11,8 @@ sources:
- https://git.sr.ht/~bt/btxx.org
tasks:
- build: |
- cd 1mb-club
- sudo make build
+ cd btxx.org
+ make build
- package: |
cd btxx.org/build
tar -cvz . > ../../site.tar.gz