From 28571e16e514078978a88e82e0a6980f7206414d Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Sun, 6 Sep 2020 11:02:57 +0200 Subject: [PATCH] Ignore jekyll in documentation build --- .github/workflows/sphinx.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sphinx.yaml b/.github/workflows/sphinx.yaml index f5affaa..85cb0f5 100644 --- a/.github/workflows/sphinx.yaml +++ b/.github/workflows/sphinx.yaml @@ -19,6 +19,8 @@ jobs: run: pip install tox - name: Build Sphinx docs run: tox -e docs + - name: Ignore jekyll in pages + run: touch docs/build/html/.nojekyll - name: Deploy if: success() uses: peaceiris/actions-gh-pages@v3