build: distribute script used to create villeurbanne base file (#88322)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2024-03-19 09:17:06 +01:00
parent 3bf4de97c3
commit f6d6ea0e8b
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
recursive-include static *.scss *.css *.js *.ico *.gif *.svg *.png *.jpg *.jpeg *.woff *.woff2 *.ttf *.map *.json *.eot *.otf
# templates
recursive-include templates *.html *.txt
recursive-include templates *.html *.txt *.py
# documentation
recursive-include help *.page *.png

View File

@ -230,6 +230,7 @@ def data_tree(destdir, sourcedir):
'.svg',
'.eot',
'.otf',
'.py', # prepare-template.py
]
r = []
for root, dirs, files in os.walk(sourcedir):