Use /docs directory for gh-pages deploy

This commit is contained in:
Xevion
2022-04-10 11:06:11 -05:00
parent 78c0913721
commit fef4423b40

View File

@@ -31,5 +31,5 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }} if: ${{ github.ref == 'refs/heads/main' }}
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public publish_dir: ./docs
commit_message: ${{ github.event.head_commit.message }} commit_message: ${{ github.event.head_commit.message }}