Skip to content

Commit

Permalink
Update render-readme.yaml
Browse files Browse the repository at this point in the history
aghaynes authored Apr 24, 2024
1 parent b02b6b2 commit 0092566
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/render-readme.yaml
Original file line number Diff line number Diff line change
@@ -17,8 +17,8 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-pandoc@v1
- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-pandoc@v2
- name: Install rmarkdown, remotes, and the local package
run: |
install.packages(c("devtools", "badger"))

0 comments on commit 0092566

Please sign in to comment.