From 97cec450f53ccc30059f7e387d49e8593391bf22 Mon Sep 17 00:00:00 2001 From: Chris Amico Date: Fri, 5 Jan 2024 08:24:20 -0500 Subject: [PATCH] lfs --- .github/workflows/publish.yml | 2 ++ README.md | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f2fdfe4..74950b3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + lfs: true - name: Install Node.js uses: actions/setup-node@v3 diff --git a/README.md b/README.md index 9874224..856e795 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,7 @@ Let's build a self-hosted version of [this wildfire map](https://felt.com/map/Wildfires-are-becoming-more-frequent-across-the-West-QBFznerjRpK6BWnGzY9BRYC) using Protomaps and Svelte. Svelte is really just here for UI elements like a legend. This could pretty easily be vanilla javascript. + +## Fire data + +The wilfire data is generated from our [gao-wildfire-exceptions](https://github.com/MuckRock/gao-wildfire-exceptions) repository.