From 605dfe5e9e2826ed9ab5ace293876cc5ae959f67 Mon Sep 17 00:00:00 2001 From: Piotrekol <4990365+Piotrekol@users.noreply.github.com> Date: Tue, 5 Oct 2021 20:15:51 +0200 Subject: [PATCH] Misc: Additional docs workflow configuration --- .github/workflows/docs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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