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 228d3ec commit 6143a3aCopy full SHA for 6143a3a
.github/workflows/ci_publish.yml
@@ -24,13 +24,13 @@ jobs:
24
- name: Setup Python
25
uses: actions/setup-python@v5
26
with:
27
- python-version: '3.11'
+ python-version: '3.12'
28
29
- name: Install dependencies
30
run: python -m pip install --upgrade tox
31
32
- - name: Execute notebooks as testing
33
- run: tox -e py311-buildhtml
+ - name: Generate HTML pages
+ run: tox -e buildhtml
34
35
- name: Publish
36
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
0 commit comments