forked from unitoo/website
4 lines
171 B
Makefile
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 .
|