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.