1
0
Fork 0
mirror of https://github.com/Oreolek/undum.git synced 2024-04-28 23:29:19 +03:00

Added new doc files to upload.

This commit is contained in:
idmillington 2013-09-29 19:51:19 +01:00
parent 6aa173bfb0
commit c84a620247

2
site/fabfile.py vendored
View file

@ -36,7 +36,7 @@ def package():
"""Create an archive with the site content in it."""
# Start with the docs.
with lcd(DOC_OUT_DIR):
local("tar -cf %s *.html media" % TAR)
local("tar -cf %s *.html media doc" % TAR)
# Add games.
with lcd(ROOT_DIR):