We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e4c722 commit 81dc5a5Copy full SHA for 81dc5a5
.github/workflows/document.yaml
@@ -44,6 +44,7 @@ jobs:
44
run: |
45
git config --local user.name "$GITHUB_ACTOR"
46
git config --local user.email "[email protected]"
47
+ git add README.md
48
git add man/\* NAMESPACE DESCRIPTION
49
git commit -m "docs: document (GHA)" || echo "No changes to commit"
50
git pull --rebase
0 commit comments