diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 6c11253d..67882267 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -41,4 +41,6 @@ jobs: if: ${{ github.ref == 'refs/heads/master' }} with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./docs/docs/.vuepress/dist \ No newline at end of file + publish_dir: ./docs/docs/.vuepress/dist + commit_message: ${{ github.event.head_commit.message }} + keep_files: true \ No newline at end of file