From 979968bc5eaa14ae36cf2ed466e6e2d3fed18d45 Mon Sep 17 00:00:00 2001 From: Tim Hagen Date: Tue, 21 Nov 2023 15:56:24 +0100 Subject: [PATCH] removed jekyll --- .github/workflows/build-documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml index f383f38a..b5f67610 100644 --- a/.github/workflows/build-documentation.yml +++ b/.github/workflows/build-documentation.yml @@ -17,6 +17,7 @@ jobs: cd python-client/sphinx sphinx-apidoc -o . ../tira make html + touch python-client/sphinx/_build/html/.nojekyll - name: Deploy uses: JamesIves/github-pages-deploy-action@v4 with: