From 0cc128edae386af62f0ccc2e171afae3e41b7580 Mon Sep 17 00:00:00 2001 From: collerek Date: Tue, 8 Jun 2021 16:42:15 +0200 Subject: [PATCH] Update deploy-docs.yml --- .github/workflows/deploy-docs.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 9bcf1f4..d292d34 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -12,13 +12,12 @@ jobs: - name: Set up Python 3.7 uses: actions/setup-python@v2 with: - python-version: '3.7' + python-version: '3.x' - name: Install dependencies run: | python -m pip install --upgrade pip pip install mkdocs-material pydoc-markdown - - name: Build Api docs - run: python -m pydoc-markdown --build --site-dir=api + pydoc-markdown --build --site-dir=api - name: Copy APi docs run: cp -Tavr ./build/docs/content/ ./docs/api/ - name: Deploy