Skip to content

Commit

Permalink
clean production
Browse files Browse the repository at this point in the history
  • Loading branch information
Shayan Monadjemi committed Nov 14, 2024
1 parent 999a82e commit d79ba8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ new2024:
bundle exec jekyll build -d ./_site/year/2024
./scripts/fix_file_extensions.sh

production: site
production: production-clean
site
cd _site && ../scripts/sync_with_s3_boto.py $(PRODUCTION_BRANCH) $(PRODUCTION_BUCKET)

staging: site
Expand Down

0 comments on commit d79ba8b

Please sign in to comment.