Skip to content

Commit 94854c6

Browse files
authored
Merge branch 'master' into rasa-info-command
2 parents b66d6f1 + b1bdd5f commit 94854c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/continous-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ jobs:
104104
- name: Test Docs 📃
105105
run: |
106106
make install-full
107+
poetry run python -c "from scripts import release; release.generate_changelog('major.minor.patch')"
107108
export SPHINXBUILD=$(poetry run which sphinx-build)
108109
cd docs && make SPHINXBUILD=$SPHINXBUILD SPHINXOPTS="-W --keep-going -A html_theme=rasabaster" html
109110

0 commit comments

Comments
 (0)