Skip to content

Commit f760666

Browse files
committed
try to fix the ci
1 parent a965a83 commit f760666

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
open-pull-requests-limit: 99
8+
labels:
9+
- "dependencies"
10+
- "github-actions"

.github/workflows/book.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: jupyter-book build notebooks
2424

2525
- name: GitHub Pages action
26-
uses: peaceiris/actions-gh-pages@v3
26+
uses: peaceiris/actions-gh-pages@v4
2727
with:
28-
deploy_key: ${{ secrets.SITE_PRIV }}
28+
deploy_key: ${{ secrets.GITHUB_TOKEN }}
2929
publish_dir: ./notebooks/_build/html

.pythranrc

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)