Skip to content

Commit

Permalink
Install pkgdown 2.0.9 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
glin committed Jul 15, 2024
1 parent b3d223b commit b756218
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,8 @@ jobs:
if: matrix.config.release
uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::pkgdown, local::.

# Install Quarto for pkgdown Quarto vignettes
# https://pkgdown.r-lib.org/articles/quarto.html#github-actions
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
# Pin pkgdown to 2.0.9 for bug with using image filenames with spaces, and Quarto needs to be set up as well
extra-packages: local::., [email protected]

- name: Build pkgdown site
if: matrix.config.release
Expand Down

0 comments on commit b756218

Please sign in to comment.