diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0cc7519a..79ab2af7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,8 +20,8 @@ jobs: - name: Install dependencies run: | - pip install .[doc] - python -c "import pypandoc; pypandoc.download_pandoc()" + pip install .[doc] + python -c "import pypandoc; pypandoc.download_pandoc()" - name: Test Docs run: mkdocs build @@ -125,8 +125,8 @@ jobs: - name: Install dependencies run: | - pip install .[doc] - python -c "import pypandoc; pypandoc.download_pandoc()" + pip install .[doc] + python -c "import pypandoc; pypandoc.download_pandoc()" - name: Deploy Docs run: mkdocs gh-deploy --force