From e0427f67c79b8eec02dfeaf14fdd0e073c4d5000 Mon Sep 17 00:00:00 2001 From: Loup-Garou911XD Date: Thu, 28 Mar 2024 02:11:22 +0530 Subject: [PATCH] no jekyll fix --- .github/workflows/deploy_docs.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index ceaf834a..f1b799e0 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -26,7 +26,12 @@ jobs: - name: Build documentation run: make docs-sphinx - + + - name: No jekyll + run: touch build/sphinx/.nojekyll + # without this, github thinks we are using jekyll + # and doesn't let us access files and dirs with _ + - name: Deploy documentation uses: peaceiris/actions-gh-pages@v3 with: