From 3a53d0987b7d25a317c9dc4a7c320242eb22004e Mon Sep 17 00:00:00 2001 From: srinijammula Date: Tue, 17 Dec 2024 11:50:11 -0500 Subject: [PATCH] testing build --- .github/workflows/deploy.yaml | 3 +++ book/chapters/introduction_to_swe.ipynb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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",