mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 09:55:21 +00:00
Update actions
This commit is contained in:
parent
cf4e39993b
commit
f313d53ddf
2 changed files with 45 additions and 3 deletions
6
.github/workflows/docs.yml
vendored
6
.github/workflows/docs.yml
vendored
|
|
@ -12,10 +12,10 @@ jobs:
|
|||
|
||||
- uses: actions/checkout@master
|
||||
|
||||
- name: Set up Python 3.7
|
||||
- name: Set up Python 3.8
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: 3.7
|
||||
python-version: 3.8
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
mkdir -p site/simple
|
||||
mv dist site/simple/aiogram
|
||||
|
||||
- name: FTP-Deploy-2038
|
||||
- name: Publish docs
|
||||
uses: SamKirkland/FTP-Deploy-Action@2.0.0
|
||||
env:
|
||||
FTP_SERVER: 2038.host
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue