mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 18:01:04 +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: |
|
run: |
|
||||||
poetry run mkdocs build
|
poetry run mkdocs build
|
||||||
|
|
||||||
|
- name: Build package
|
||||||
|
run: |
|
||||||
|
poetry build
|
||||||
|
mkdir -p site/sample
|
||||||
|
mv dist/* site/sample
|
||||||
|
|
||||||
- name: Move coverage report
|
- name: Move coverage report
|
||||||
run: |
|
run: |
|
||||||
mv reports site
|
mv reports site
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue