Skip to content

Commit 6143a3a

Browse files
committed
CI: minor config cleanup
1 parent 228d3ec commit 6143a3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci_publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
- name: Setup Python
2525
uses: actions/setup-python@v5
2626
with:
27-
python-version: '3.11'
27+
python-version: '3.12'
2828

2929
- name: Install dependencies
3030
run: python -m pip install --upgrade tox
3131

32-
- name: Execute notebooks as testing
33-
run: tox -e py311-buildhtml
32+
- name: Generate HTML pages
33+
run: tox -e buildhtml
3434

3535
- name: Publish
3636
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0

0 commit comments

Comments
 (0)