Update sphinx_build_deploy.yml

try changing the gh-pages publish_dir to ./public
This commit is contained in:
srcarter3 2020-09-02 12:35:46 -06:00 committed by GitHub
parent f7945cd598
commit 522fb282dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,4 +37,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v3
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site publish_dir: ./public