From 5543af592e77155314a068ca773665a0c61d7eb8 Mon Sep 17 00:00:00 2001 From: Astro-Kirsty Date: Fri, 21 Jun 2024 10:47:36 +0200 Subject: [PATCH 1/2] Make small adaption to update webpage Signed-off-by: Astro-Kirsty --- recipes/background-model/background_model.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/background-model/background_model.ipynb b/recipes/background-model/background_model.ipynb index 8d39d94..5f6168a 100644 --- a/recipes/background-model/background_model.ipynb +++ b/recipes/background-model/background_model.ipynb @@ -35,7 +35,7 @@ "source": [ "## Setup\n", "\n", - "As always, we start the notebook with some setup and imports." + "As usual, we start the notebook with some setup and imports." ] }, { From 5be6691a5f5ccd7d4706697a622fa20cb141f39a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Terrier?= Date: Fri, 21 Jun 2024 11:34:33 +0200 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 489da89..079e4c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,8 +13,6 @@ jobs: steps: - name: checkout repo uses: actions/checkout@v2 - with: - token: ${{ secrets.PAT }} - name: create and activate env uses: conda-incubator/setup-miniconda@v2 with: @@ -60,6 +58,7 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v4 if: github.event.pull_request.merged == true with: + token: ${{ secrets.PAT }} commit_author: GitHub Actions commit_message: commit built documentation branch : master