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