Skip to content

Commit

Permalink
Merge pull request #25 from Astro-Kirsty/update_bkg
Browse files Browse the repository at this point in the history
Make small adaption to update webpage
  • Loading branch information
registerrier authored Jun 21, 2024
2 parents 1818c2d + 5be6691 commit 71b1afe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 <[email protected]>
commit_message: commit built documentation
branch : master
Expand Down
2 changes: 1 addition & 1 deletion recipes/background-model/background_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
},
{
Expand Down

0 comments on commit 71b1afe

Please sign in to comment.