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