diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 573cdfc..3c6b425 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -31,5 +31,5 @@ jobs: if: ${{ github.ref == 'refs/heads/master' }} with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./docs + publish_dir: ./public commit_message: ${{ github.event.head_commit.message }}