Skip to content

Commit 886ae77

Browse files
committed
Use dependency groups in deployment workflows
1 parent af827cc commit 886ae77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: sphinx-notes/pages@v3
2222
with:
2323
documentation_path: docs/source
24-
pyproject_extras: dev
24+
pyproject_group: dev
2525
python_version: '3.13'
2626
sphinx_build_options: -W
2727
publish: ${{ github.ref_name == 'main' }}

0 commit comments

Comments
 (0)