Change actions steps

This commit is contained in:
Alex Root Junior 2019-11-16 23:03:42 +02:00
parent d1846731f8
commit 72b6e0dd6d

View file

@ -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: