From 0d789909200f4df59a96b3baf561ced93d98bb44 Mon Sep 17 00:00:00 2001 From: Jakub Balinski <31112335+balins@users.noreply.github.com> Date: Wed, 22 May 2024 16:55:25 +0200 Subject: [PATCH] update `gh-pages` workflow --- .github/workflows/gh-pages.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yaml b/.github/workflows/gh-pages.yaml index d1a8a7a..7c2abbf 100644 --- a/.github/workflows/gh-pages.yaml +++ b/.github/workflows/gh-pages.yaml @@ -17,7 +17,7 @@ permissions: contents: write concurrency: - group: ${{ github.workflow }}-${{ github.ref }} + group: 'pages' jobs: deploy: @@ -44,6 +44,8 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: docs destination_dir: ${{ github.ref_name }} + user_name: 'GitHub Actions' + user_email: '41898282+github-actions[bot]@users.noreply.github.com' - name: Deploy for the latest release if: startsWith(github.ref, 'refs/tags/v') || inputs.set-latest @@ -52,3 +54,5 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: docs destination_dir: latest + user_name: 'GitHub Actions' + user_email: '41898282+github-actions[bot]@users.noreply.github.com'