diff options
author | Jacob Janzen <jjanzenn@proton.me> | 2024-08-08 17:08:18 -0500 |
---|---|---|
committer | Jacob Janzen <jjanzenn@proton.me> | 2024-08-08 17:08:18 -0500 |
commit | 9e642116bb16f50f109e94c328ccd6b5e2c9e34e (patch) | |
tree | 59021c3bfb56400fc0a82470768887f1ffbd5e94 /.build.yml | |
parent | 57667f82145277920ddacf59bf57c0046129bd63 (diff) |
update build script
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ sources: - https://git.sr.ht/~jjanzen/blog tasks: - build: | + cd ~/.dotfiles + ~/website/fix-dotfile-paths.sh emacs --batch -f package-initialize --script ~/website/publish.el - package: | cd ~/public_html/ |