From e3d6ba32bab3cc5df1d729304d21ba2a02042d32 Mon Sep 17 00:00:00 2001 From: MatrixEditor <58256046+MatrixEditor@users.noreply.github.com> Date: Sat, 13 Jan 2024 18:03:24 +0100 Subject: [PATCH] Modify workflow --- .github/workflows/sphinx.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index e8a0c91..e09eccf 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -24,7 +24,7 @@ jobs: - name: Build # Create .nojekyll file to disable Jekyll processing run: | - cd docs + cd Docs make html touch build/html/.nojekyll @@ -32,4 +32,4 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: docs/build/html \ No newline at end of file + publish_dir: Docs/build/html \ No newline at end of file