Skip to content

Commit 6c82bc6

Browse files
authored
Merge pull request #255 from cmu-delphi/readmeBuild
CI: docs also includes the readme
2 parents 2e4c722 + 81dc5a5 commit 6c82bc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/document.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
run: |
4545
git config --local user.name "$GITHUB_ACTOR"
4646
git config --local user.email "[email protected]"
47+
git add README.md
4748
git add man/\* NAMESPACE DESCRIPTION
4849
git commit -m "docs: document (GHA)" || echo "No changes to commit"
4950
git pull --rebase

0 commit comments

Comments
 (0)