Change source directory back to ./public

This commit is contained in:
Xevion
2022-04-11 01:20:09 -05:00
parent dcc3f1d4e7
commit a59ebaa6c7

View File

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