Skip to content

Commit

Permalink
Update website_create_and_deploy.yml
Browse files Browse the repository at this point in the history
adding new dependencies
  • Loading branch information
MathewBiddle authored Aug 3, 2023
1 parent 5cdf1d3 commit 1bf669c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/website_create_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,14 @@ jobs:
pip install jinja2
pip install pandas
pip install plotly
pip install geopandas
pip install folium
- name: create HTML file
run: |
cd website
python create_gts_regional_landing_page.py
python create_gts_atn_landing_page.py
python create_asset_inventory_page.py
# note that static images and landing page (index.html) are
# already in the deploy folder.
# for now, don't create individual drawer pages
Expand Down

0 comments on commit 1bf669c

Please sign in to comment.