Skip to content

Commit

Permalink
deploy new typologies
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanychu90 committed Apr 13, 2024
1 parent 94d1808 commit df0fc70
Show file tree
Hide file tree
Showing 15 changed files with 36 additions and 30 deletions.
10 changes: 8 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


build_portfolio_site:
#cd portfolio/ && pip install -r requirements.txt && cd ../
cd portfolio/ && pip install -r requirements.txt && cd ../
#need git rm because otherwise, just local removal, but git change is untracked
#git rm portfolio/$(site)/ -rf
python portfolio/portfolio.py clean $(site)
Expand Down Expand Up @@ -41,7 +41,13 @@ build_ntd_report:
build_gtfs_digest:
$(eval export site = test_gtfs_exploratory)
#cd rt_segment_speeds / && pip install -r requirements.txt && cd ..
# cd gtfs_digest/ && python deploy_portfolio_yaml.py && cd ..
#cd gtfs_digest/ && python deploy_portfolio_yaml.py && cd ..
make build_portfolio_site

build_typologies:
$(eval export site = digest_typologies)
#cd rt_segment_speeds / && pip install -r requirements.txt && cd ..
#cd gtfs_digest/ && python deploy_portfolio_yaml.py && cd ..
make build_portfolio_site

add_precommit:
Expand Down
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown

0 comments on commit df0fc70

Please sign in to comment.