Skip to content

Commit

Permalink
updated make file, built and deployed site
Browse files Browse the repository at this point in the history
  • Loading branch information
csuyat-dot committed Nov 1, 2024
1 parent b5894e7 commit 1482562
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,12 @@ build_starterkit_LASTNAME:
make build_portfolio_site
git add portfolio/$(site)/district_*/ portfolio/$(site)/*.yml portfolio/$(site)/*.md
python portfolio/portfolio.py index --deploy --prod


build_fund_split:
$(eval export site = sb125_fund_split_analysis)
pip install -r portfolio/requirements.txt
make build_portfolio_site

add_precommit:
pip install pre-commit
pre-commit install
Expand Down
Git LFS file not shown

0 comments on commit 1482562

Please sign in to comment.