From 4fc95bba9826ab0da4300e4516d035ff1ba34fd5 Mon Sep 17 00:00:00 2001 From: Garrit Franke Date: Wed, 9 Dec 2020 17:05:18 +0100 Subject: [PATCH] Fix yaml --- .github/workflows/deploy_docs.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 8b031d2..3f3891d 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -11,17 +11,17 @@ deploy: - uses: actions/checkout@master - name: Setup mdBook - uses: peaceiris/actions-mdbook@v1 - with: - mdbook-version: 'latest' + uses: peaceiris/actions-mdbook@v1 + with: + mdbook-version: 'latest' - name: setup python - uses: actions/setup-python@v2 - with: - python-version: 3.8 - run: | - python build_docs.py - + - name: setup python + uses: actions/setup-python@v2 + with: + python-version: 3.8 + run: | + python build_docs.py + - name: Deploy uses: JamesIves/github-pages-deploy-action@master env: