Skip to content

Commit

Permalink
Fix pkg down error
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkschumacher committed Sep 9, 2023
1 parent eb6ceee commit bc032d9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,16 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: pkgdown, dplyr, ROI.plugin.glpk, ompr.roi, ggplot2, purrr, tidyr, ggrepel, viridis
extra-packages: |
any::pkgdown
any::dplyr
any::ROI.plugin.glpk
any::ompr.roi
any::ggplot2
any::purrr
any::tidyr
any::ggrepel
any::viridis
needs: website

- name: Deploy package
Expand Down

0 comments on commit bc032d9

Please sign in to comment.