Skip to content

Commit

Permalink
Updated readme rendering portion in pushrelease workflows actions
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquesposito committed Nov 8, 2022
1 parent a214735 commit ebc89a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/pushrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,14 +270,17 @@ jobs:
needs: build
runs-on: macOS-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
# Checks-out your repository under $GITHUB_WORKSPACE
- uses: actions/checkout@v2
- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-pandoc@v1

# install packages needed
- name: install required packages
run: Rscript -e 'install.packages("rmarkdown")'
- uses: r-lib/actions/setup-r-dependencies@v2
with:
cache-version: 2
extra-packages: |
any::rmarkdown
any::devtools
needs: check

# Render README.md using rmarkdown
- name: render README
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ library(iheiddown)

That’s it! `iheiddown` is now installed and ready to go.

### Istalling the Development Version
### Installing the Development Version

To get access to the latest features, you may want to install the
development version of the package.
Expand Down

0 comments on commit ebc89a2

Please sign in to comment.