diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 8c1246e..2f8c0ad 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -35,6 +35,9 @@ jobs: with: cache-env: true + - name: Initialize Micromamba Shell + run: /home/runner/micromamba-bin/micromamba shell init -s bash --root-prefix /home/runner/micromamba-root -y source ~/.bashrc + - name: Build the Book run: jb build book diff --git a/book/chapters/introduction_to_swe.ipynb b/book/chapters/introduction_to_swe.ipynb index 0d915cf..15cc743 100644 --- a/book/chapters/introduction_to_swe.ipynb +++ b/book/chapters/introduction_to_swe.ipynb @@ -7,7 +7,7 @@ "tags": [] }, "source": [ - "# Let's talk about SWE site!\n", + "# Let's talk about SWE!\n", "\n", "Alright, everyone! Get ready to start on an icy adventure through the world of ***Snow Water Equivalent (SWE)*** monitoring and forecasting. \n", "\n",