Skip to content

Commit

Permalink
Install fable in pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
boxydog committed Jan 31, 2024
1 parent a1642cb commit ba156b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
extra-packages: pkgdown
needs: website

- name: Install fable
run: |
R CMD INSTALL --preclean --no-multiarch --with-keep.source fable
- name: Deploy package
run: |
git config --local user.name "$GITHUB_ACTOR"
Expand Down

0 comments on commit ba156b2

Please sign in to comment.