Skip to content

Commit

Permalink
try to fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mihem committed Oct 25, 2024
1 parent afe745a commit f426148
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
- name: Install datathin from GitHub
run: |
install.packages('remotes')
remotes::install_github('anna-neufeld/datathin')
shell: Rscript {0}

- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit f426148

Please sign in to comment.