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 a0489a6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
# Only deploy docs when master is changed
branches: [main, master]
release:
types: [published]
workflow_dispatch:
Expand All @@ -24,7 +26,9 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: pkgdown
# "local::." installs fable
# see https://github.com/r-lib/actions/tree/v2/setup-r-dependencies#installing-the-local-package
extra-packages: pkgdown, local::.
needs: website

- name: Deploy package
Expand Down

0 comments on commit a0489a6

Please sign in to comment.