Add makefile rule to export theme ZIP
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
3wc 2024-07-10 19:40:10 -04:00
parent 986f7d8856
commit 7890a955ce

View File

@ -149,6 +149,14 @@ theme_load:
## Sync wp-content from site
theme_pull: theme_fetch theme_load
#######################################
# Releases
#######################################
# Generate ZIP of theme
theme_export:
cd wp-content/themes/mont58-coffee/ && zip -r ../../../data/mont58-theme_2024-07-09.zip . && cd -
# "Arguments" for makefiles..
# https://stackoverflow.com/a/6273809/1826109
%: