use python3 instead of python
gitea/imio-publik-themes/pipeline/head This commit looks good Details

This commit is contained in:
Daniel Muyshond 2023-06-05 15:10:50 +02:00
parent 3e9fb82ead
commit 6b5bfb4776
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ css: publik-base-theme/static/includes/_data_uris.scss $(shell python3 get_theme
rm -rf static/*/.sass-cache/
for inode2 in $(shell ls -d templates/variants/*/) ; do \
if [ -f $$inode2/prepare-template.py ]; then \
cd $$inode2 && python prepare-template.py; \
cd $$inode2 && python3 prepare-template.py; \
cd ../../..; \
fi \
done