From 41c5e8057cbd46515c1f1a57960694ecb3538951 Mon Sep 17 00:00:00 2001 From: srcarter3 Date: Wed, 2 Sep 2020 13:09:38 -0600 Subject: [PATCH] Update sphinx_build_deploy.yml try going back to ./site as the publish_dir --- .github/workflows/sphinx_build_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sphinx_build_deploy.yml b/.github/workflows/sphinx_build_deploy.yml index 3bbcfd8..088b77b 100644 --- a/.github/workflows/sphinx_build_deploy.yml +++ b/.github/workflows/sphinx_build_deploy.yml @@ -37,4 +37,4 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./public + publish_dir: ./site