From 73beeae98ed254fdfd331ba8875359c4aeb92862 Mon Sep 17 00:00:00 2001 From: srcarter3 Date: Wed, 2 Sep 2020 11:36:42 -0600 Subject: [PATCH] Update sphinx_build_deploy.yml spelling mistake with peaceiris --- .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 42f5e50..44998f3 100644 --- a/.github/workflows/sphinx_build_deploy.yml +++ b/.github/workflows/sphinx_build_deploy.yml @@ -29,7 +29,7 @@ jobs: make html - name: Deploy to gh-pages - uses: peaciris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./site