Skip to content

Commit

Permalink
Attempt to fix problem in yaml specification
Browse files Browse the repository at this point in the history
  • Loading branch information
llrs authored May 21, 2024
1 parent ec775a9 commit cf0b69c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit cf0b69c

Please sign in to comment.