Skip to content

Commit

Permalink
fix render README workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Feb 22, 2024
1 parent 6ea0a53 commit 1787a41
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/render-readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::pkgdown, local::.
dependencies: NA
extra-packages: |
any::pkgown
local::.
- name: Compile the readme
run: |
Expand Down

0 comments on commit 1787a41

Please sign in to comment.