From cf193fc67b5b092370a4e8b309801cc67e69507d Mon Sep 17 00:00:00 2001 From: "Jacob L. Steenwyk" Date: Tue, 26 Jul 2022 14:09:40 -0500 Subject: [PATCH] readded the .nojekyll build --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b285516..673c9913 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,6 +82,7 @@ jobs: cd docs pipenv install pipenv run make html + touch _build/html/.nojekyll cd .. - name: Deploy uses: JamesIves/github-pages-deploy-action@releases/v3