diff options
author | Bradley Taunt <bt@btxx.org> | 2024-07-02 14:35:18 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-07-02 14:35:18 -0400 |
commit | 30297c220a4b5502feb2215b10bb0ca40c49828e (patch) | |
tree | 3d8c49236c68a48f9daa565aa8f5e3cf64852471 | |
parent | dc6db80fa72286704849ef61ee0e5ccb5841cb09 (diff) |
More build config fixes
-rw-r--r-- | .build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |