mirror of
https://github.com/SqrtMinusOne/sqrtminusone.github.io.git
synced 2025-12-11 16:13:03 +03:00
4 lines
91 B
Bash
Executable file
4 lines
91 B
Bash
Executable file
#!/usr/bin/env bash
|
|
(cd ./org/configs/ && emacs -Q --batch -l publish.el)
|
|
hugo -D
|
|
git push
|