diff options
author | Jacob Janzen <jjanzenn@proton.me> | 2024-08-08 17:05:03 -0500 |
---|---|---|
committer | Jacob Janzen <jjanzenn@proton.me> | 2024-08-08 17:05:03 -0500 |
commit | e566aa42bc59828ff4964873b8610fc642743bc6 (patch) | |
tree | db3a84c1ffa2dbacced601eab580b6a91ee29c4c /.build.yml | |
parent | fa19ef08d5ac3a061d0870e5f494e98e2c17368c (diff) |
fix script
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,9 +8,9 @@ sources: - https://git.sr.ht/~jjanzen/blog tasks: - build: | - emacs --batch -f package-initialize --script ~/website/publish.el cd ~/.dotfiles - ./fix-dotfile-paths.sh + ~/website/fix-dotfile-paths.sh + emacs --batch -f package-initialize --script ~/website/publish.el - package: | cd ~/public_html/ tar -cvz . > ../site.tar.gz |