diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-06 12:37:13 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-06 12:37:13 -0600 |
commit | e4b8d7781b9eea3e8b3c3110472edbca55d9d226 (patch) | |
tree | b656c7da7410ada36b9643680ce702004b3993e3 /.build.yml | |
parent | 4ee122a9b01de76e34f24b354db4cf401758eab2 (diff) |
remove build.yml
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/.build.yml b/.build.yml deleted file mode 100644 index 48e2aee..0000000 --- a/.build.yml +++ /dev/null @@ -1,17 +0,0 @@ -image: archlinux -oauth: pages.sr.ht/PAGES:RW -packages: - - emacs - - hut -sources: - - https://git.sr.ht/~jjanzen/.doom.d - - https://git.sr.ht/~jjanzen/website -tasks: - - build: | - emacs --batch -f package-initialize --script ~/website/publish.el - - package: | - cd ~/public_html/ - tar -cvz . > ../site.tar.gz - - upload: | - hut pages publish -d jjanzen.ca site.tar.gz - hut pages publish -d www.jjanzen.ca site.tar.gz |