mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 09:55:21 +00:00
Add package build step
This commit is contained in:
parent
1a2513e940
commit
2d16ac125d
1 changed files with 6 additions and 0 deletions
6
.github/workflows/docs.yml
vendored
6
.github/workflows/docs.yml
vendored
|
|
@ -38,6 +38,12 @@ jobs:
|
|||
run: |
|
||||
poetry run mkdocs build
|
||||
|
||||
- name: Build package
|
||||
run: |
|
||||
poetry build
|
||||
mkdir -p site/sample
|
||||
mv dist/* site/sample
|
||||
|
||||
- name: Move coverage report
|
||||
run: |
|
||||
mv reports site
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue