We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a965a83 commit f760666Copy full SHA for f760666
.github/dependabot.yml
@@ -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
@@ -23,7 +23,7 @@ jobs:
23
run: jupyter-book build notebooks
24
25
- name: GitHub Pages action
26
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
27
with:
28
- deploy_key: ${{ secrets.SITE_PRIV }}
+ deploy_key: ${{ secrets.GITHUB_TOKEN }}
29
publish_dir: ./notebooks/_build/html
.pythranrc
0 commit comments