mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-08 17:13:56 +00:00
Change actions steps
This commit is contained in:
parent
d1846731f8
commit
72b6e0dd6d
1 changed files with 11 additions and 7 deletions
18
.github/workflows/docs.yml
vendored
18
.github/workflows/docs.yml
vendored
|
|
@ -10,14 +10,18 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Set up Python 3.7
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: 3.7
|
||||
- name: Install dependencies
|
||||
uses: abatilo/actions-poetry@v1.0.0
|
||||
with:
|
||||
args: install
|
||||
- name: Build MkDocs
|
||||
uses: abatilo/actions-poetry@v1.0.0
|
||||
with:
|
||||
args: run mkdocs build
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install poetry
|
||||
poetry install
|
||||
- name: Build docs
|
||||
run: |
|
||||
poetry run mkdocs build
|
||||
- name: FTP-Deploy-2038
|
||||
uses: SamKirkland/FTP-Deploy-Action@2.0.0
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue