We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d9013f commit f7f389bCopy full SHA for f7f389b
1 file changed
examples/README.md
@@ -569,8 +569,6 @@ branch.
569
on:
570
push:
571
paths: ["R/**"]
572
- pull_request:
573
- paths: ["R/**"]
574
575
name: Document
576
@@ -604,7 +602,7 @@ jobs:
604
602
run: |
605
603
git config --local user.name "$GITHUB_ACTOR"
606
git config --local user.email "$GITHUB_ACTOR@users.noreply.github.com"
607
- git add man/\* NAMESPACE
+ git add man/\* NAMESPACE DESCRIPTION
608
git commit -m "Update documentation" || echo "No changes to commit"
609
git pull --ff-only
610
git push origin
0 commit comments