diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2025-01-03 12:31:07 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2025-01-03 12:31:07 -0600 |
commit | 21622b46b46b49cf0d7f7b17711f776ff2b43f53 (patch) | |
tree | bdf4bddb29d944419f8ca307a967011302844051 | |
parent | f56cd0eebb89c7d378e9ca365c0471e0105e04bb (diff) |
remove build.yml
-rw-r--r-- | .build.yml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/.build.yml b/.build.yml deleted file mode 100644 index 5d4b2e9..0000000 --- a/.build.yml +++ /dev/null @@ -1,20 +0,0 @@ -image: archlinux -oauth: pages.sr.ht/PAGES:RW -packages: - - emacs - - hut -sources: - - https://git.sr.ht/~jjanzen/.dotfiles - - https://git.sr.ht/~jjanzen/blog -tasks: - - build: | - cd ~/.dotfiles - ~/website/fix-dotfile-paths.sh - emacs --batch -f package-initialize --script ~/website/publish.el - ~/website/post-publish.sh - - 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 |