Skip to content

Commit 44bb6de

Browse files
authored
More fixes to roxygenise
* Another trivial change to trigger github actions * Fix working directory again
1 parent 5f4803f commit 44bb6de

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/roxygen-helloworld.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
run: |
4747
git config --local user.name "$GITHUB_ACTOR"
4848
git config --local user.email "$GITHUB_ACTOR@users.noreply.github.com"
49+
cd R/bican.mccarroll.helloworld
4950
git add man/\* NAMESPACE
5051
git commit -m 'Document'
5152
@@ -82,6 +83,7 @@ jobs:
8283
run: |
8384
git config --local user.name "$GITHUB_ACTOR"
8485
git config --local user.email "$GITHUB_ACTOR@users.noreply.github.com"
86+
cd R/bican.mccarroll.helloworld
8587
git add \*.R
8688
git commit -m 'Style'
8789

R/bican.mccarroll.helloworld/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ Example R package for bican-mccarroll-manuscript1 repository
1212
# install.packages("devtools")
1313
devtools::install_github("broadinstitute/bican-mccarroll-manuscript1", subdir="R/bican.mccarroll.helloworld")
1414
```
15-

0 commit comments

Comments
 (0)