Skip to content

Commit 1482562

Browse files
committed
updated make file, built and deployed site
1 parent b5894e7 commit 1482562

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,12 @@ build_starterkit_LASTNAME:
8181
make build_portfolio_site
8282
git add portfolio/$(site)/district_*/ portfolio/$(site)/*.yml portfolio/$(site)/*.md
8383
python portfolio/portfolio.py index --deploy --prod
84-
84+
85+
build_fund_split:
86+
$(eval export site = sb125_fund_split_analysis)
87+
pip install -r portfolio/requirements.txt
88+
make build_portfolio_site
89+
8590
add_precommit:
8691
pip install pre-commit
8792
pre-commit install
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:1e5753c39432f7f9d8ca9fabc6dfc9e74647f2c6e42572783d33c81452b4d288
3-
size 314411
2+
oid sha256:2bace6dedcebfc90cec8d840954092a1edbe2bb3e7f4efb5f53ed46f8da9aefd
3+
size 314107

0 commit comments

Comments
 (0)