gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[www_shared] branch master updated: emit sitemap after static file pass


From: gnunet
Subject: [www_shared] branch master updated: emit sitemap after static file pass
Date: Fri, 07 May 2021 14:35:53 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository www_shared.

The following commit(s) were added to refs/heads/master by this push:
     new 20d3bab  emit sitemap after static file pass
20d3bab is described below

commit 20d3bab14bc313c3b383f5b447d5d07029400b12
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri May 7 14:33:31 2021 +0200

    emit sitemap after static file pass
---
 sitegen/site.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sitegen/site.py b/sitegen/site.py
index d50ec47..ecfaf0b 100644
--- a/sitegen/site.py
+++ b/sitegen/site.py
@@ -263,6 +263,7 @@ class SiteGenerator:
 
             self.run_localized(locale, tr)
 
+        copytree(root / "static", root / "rendered")
+
         self.emit_sitemap()
 
-        copytree(root / "static", root / "rendered")

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]