diff options
author | Nicholas Johnson <nick@nicksphere.ch> | 2022-10-23 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicksphere.ch> | 2022-10-23 00:00:00 +0000 |
commit | 6c1ebd66791f9f764ac11eb7ca86787334c088c72825f912c320f033ac1c5298 (patch) | |
tree | 9eb94fa7c67b8724f5594ed88c2a4e1dc2cc9a84b18d738bbd91fb70d42d1015 /.build.yml | |
parent | b9cbe3d75d5d81b0a59dbe4a7b8387b97ed4e7d4a0b5f577668d93f02730bc69 (diff) | |
download | journal-6c1ebd66791f9f764ac11eb7ca86787334c088c72825f912c320f033ac1c5298.tar.gz journal-6c1ebd66791f9f764ac11eb7ca86787334c088c72825f912c320f033ac1c5298.zip |
Move Python generation scripts into theme
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ environment: site: gitnick.srht.site tasks: - generate: | - python3 $site/generate.py + python3 $site/themes/hugo-theme-nicksphere/scripts/generate.py - package_website: | cd $site/website tar -cvz . > ../../site.tar.gz |