We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c82f2a commit e16d2ffCopy full SHA for e16d2ff
.github/workflows/release.yml
@@ -61,7 +61,7 @@ jobs:
61
62
- name: publish documentation
63
run: |
64
- poetry install -E doc
+ poetry install -E dev
65
poetry run mkdocs build
66
git config --global user.name Docs deploy
67
git config --global user.email docs@dummy.bot.com
0 commit comments