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.
2 parents c6de93d + 8b723b1 commit b1bdd5fCopy full SHA for b1bdd5f
.github/workflows/continous-integration.yml
@@ -104,6 +104,7 @@ jobs:
104
- name: Test Docs 📃
105
run: |
106
make install-full
107
+ poetry run python -c "from scripts import release; release.generate_changelog('major.minor.patch')"
108
export SPHINXBUILD=$(poetry run which sphinx-build)
109
cd docs && make SPHINXBUILD=$SPHINXBUILD SPHINXOPTS="-W --keep-going -A html_theme=rasabaster" html
110
0 commit comments