website/_site/en/Makefile
2023-12-27 13:04:18 +01:00

4 lines
171 B
Makefile

prod_build:
python3 tag-generator.py
JEKYLL_BUILD=production bundle exec jekyll build
docker buildx build --platform linux/arm64,linux/amd64 -t unitoo/website --push .