all repos — site @ 3ad8b3b8ba9b8466d1d978355cfb2dbabcfd11aa

source for my site, found at icyphox.sh

Remove acme.sh from post-build actions

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Sat, 30 May 2020 13:57:27 +0530
commit

3ad8b3b8ba9b8466d1d978355cfb2dbabcfd11aa

parent

5d49360488a4991cda571339f919701a948d72f7

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M config.pyconfig.py

@@ -55,4 +55,4 @@ </div>

""" template = 'text.html' # default is index.html pre_build = [['./bin/openring.py', '-j'], './bin/update_index.py'] -post_build = ['./bin/rss.py', './bin/plaintext.sh', './bin/acme.sh'] +post_build = ['./bin/rss.py', './bin/plaintext.sh']