Skip to content

Commit

Permalink
Pause non-commercial docs (#13)
Browse files Browse the repository at this point in the history
Temporarily pause non-commercial documentation generation in order to deploy covid-response docs.
Required because pending new SAS token for non-commercial is holding up covid-response deployment
  • Loading branch information
Kevin Donkers authored Jul 9, 2021
1 parent 1c09ce8 commit 7ca0179
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/build_readme_and_index_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,4 +204,5 @@ def deploy_noncommercial_data():

if __name__ == "__main__":
deploy_open_data()
deploy_noncommercial_data()
# Temporarily pause non-commercial doc generation
# deploy_noncommercial_data()

0 comments on commit 7ca0179

Please sign in to comment.