Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dpprdan committed Jan 19, 2023
1 parent 9d9013f commit f7f389b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -569,8 +569,6 @@ branch.
on:
push:
paths: ["R/**"]
pull_request:
paths: ["R/**"]
name: Document
Expand Down Expand Up @@ -604,7 +602,7 @@ jobs:
run: |
git config --local user.name "$GITHUB_ACTOR"
git config --local user.email "[email protected]"
git add man/\* NAMESPACE
git add man/\* NAMESPACE DESCRIPTION
git commit -m "Update documentation" || echo "No changes to commit"
git pull --ff-only
git push origin
Expand Down

0 comments on commit f7f389b

Please sign in to comment.