Skip to content

Commit 7a2b854

Browse files
committed
Update readme.yml
1 parent 1dcb1d3 commit 7a2b854

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/readme.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030

3131
- uses: r-lib/actions/setup-r-dependencies@v2
3232

33-
# Install your package (this fixes citation error)
33+
# Install your package (this fixes citation error)
3434
- name: Install package
35-
run: Rscript -e 'remotes::install_local(".", dependencies = FALSE)'
35+
run: Rscript -e 'remotes::install_local(".", dependencies = FALSE)'
3636

37-
# Render README
37+
# Render README
3838
- name: Render README
3939
run: Rscript -e 'rmarkdown::render("README.Rmd", output_format = "github_document")'
4040
env:

0 commit comments

Comments
 (0)