Skip to content

Commit 2b80b4a

Browse files
authored
ci: add deployment of docs to cd pipeline
1 parent 2f41e4d commit 2b80b4a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,3 +185,6 @@ jobs:
185185
TWINE_NON_INTERACTIVE: 1
186186
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
187187
run: poetry run twine upload --skip-existing --verbose 'dist/*'
188+
189+
- name: Upload new docs
190+
run: ./bin/task docs:deploy

0 commit comments

Comments
 (0)