From cf0b69cf5b90602d2d5875e8867106a96544b540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Revilla?= Date: Tue, 21 May 2024 12:41:28 +0200 Subject: [PATCH] Attempt to fix problem in yaml specification --- .github/workflows/pkgdown.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index 4d5866f3..54facdb7 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -41,7 +41,8 @@ jobs: shell: Rscript {0} - name: Change user profile - shell: git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com' + run: git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com' + shell: {0} - name: Deploy to GitHub pages 🚀 if: github.event_name != 'pull_request'