diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-09-09 22:37:53 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-09-09 22:37:53 -0400 |
| commit | 8eb7eaf80084346f07dc573a641b077a000982f1 (patch) | |
| tree | 9947e6d886e200b7c24786f91ee9ad9159a774a7 /scripts | |
| parent | 3035f885636c72bd62329af3dc82efc74bc6ad09 (diff) | |
| download | xesite-8eb7eaf80084346f07dc573a641b077a000982f1.tar.xz xesite-8eb7eaf80084346f07dc573a641b077a000982f1.zip | |
fix HTML template rendering
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/rebuild.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/rebuild.sh b/scripts/rebuild.sh index 584be75..0f0f700 100644 --- a/scripts/rebuild.sh +++ b/scripts/rebuild.sh @@ -1,7 +1,7 @@ #!/usr/bin/env -inotifywait -m blog/ -m talks/ -m gallery/ -e create -e moved_to | +inotifywait -m bin/ -m internal/embedded/generate.go -m blog/ -m talks/ -m gallery/ -e create -e moved_to | while read path action file; do echo "The file '$file' appeared in directory '$path' via '$action'" go generate -v ./... - done
\ No newline at end of file + done |
